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