|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.bridge.SVGAnimationEngine.AnimatableLengthValueFactory
protected class SVGAnimationEngine.AnimatableLengthValueFactory
Factory class for AnimatableLengthValues.
| Field Summary | |
|---|---|
protected LengthHandler |
handler
Handler for the length parser. |
protected LengthParser |
parser
Parser for lengths. |
protected short |
type
The parsed length unit type. |
protected float |
value
The parsed length value. |
| Constructor Summary | |
|---|---|
SVGAnimationEngine.AnimatableLengthValueFactory()
Creates a new AnimatableLengthValueFactory. |
|
| Method Summary | |
|---|---|
AnimatableValue |
createValue(AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
Creates a new AnimatableValue from a string. |
AnimatableValue |
createValue(AnimationTarget target,
String pn,
Value v)
Creates a new AnimatableValue from a CSS Value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected short type
protected float value
protected LengthParser parser
protected LengthHandler handler
| Constructor Detail |
|---|
public SVGAnimationEngine.AnimatableLengthValueFactory()
| Method Detail |
|---|
public AnimatableValue createValue(AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
createValue in interface SVGAnimationEngine.Factory
public AnimatableValue createValue(AnimationTarget target,
String pn,
Value v)
Value.
createValue in interface SVGAnimationEngine.Factory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||