org.apache.batik.bridge
protected class SVGAnimationEngine.AnimatableLengthListValueFactory extends Object implements SVGAnimationEngine.Factory
| Field Summary | |
|---|---|
| protected LengthListParser | parser
Parser for length lists. |
| protected LengthArrayProducer | producer
The producer class that accumulates the lengths. |
| Constructor Summary | |
|---|---|
| AnimatableLengthListValueFactory()
Creates a new AnimatableLengthListValueFactory. | |
| 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. |