org.apache.batik.bridge
protected class SVGAnimationEngine.AnimatablePathDataFactory extends Object implements SVGAnimationEngine.Factory
Field Summary | |
---|---|
protected PathParser | parser
Parser for path data. |
protected PathArrayProducer | producer
The producer class that accumulates the path segments. |
Constructor Summary | |
---|---|
AnimatablePathDataFactory()
Creates a new AnimatablePathDataFactory. |
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. |