org.apache.batik.bridge
protected class SVGAnimationEngine.AnimatableNumberListValueFactory extends Object implements SVGAnimationEngine.Factory
| Field Summary | |
|---|---|
| protected NumberListParser | parser
Parser for number lists. |
| protected FloatArrayProducer | producer
The producer class that accumulates the numbers. |
| Constructor Summary | |
|---|---|
| AnimatableNumberListValueFactory()
Creates a new AnimatableNumberListValueFactory. | |
| 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. |