protected static class SVGAnimationEngine.AnimatablePathDataFactory extends Object implements SVGAnimationEngine.Factory
AnimatablePathDataValues.| Modifier and Type | Field and Description |
|---|---|
protected PathParser |
parser
Parser for path data.
|
protected PathArrayProducer |
producer
The producer class that accumulates the path segments.
|
| Constructor and Description |
|---|
AnimatablePathDataFactory()
Creates a new AnimatablePathDataFactory.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
protected PathParser parser
protected PathArrayProducer producer
public AnimatablePathDataFactory()
public AnimatableValue createValue(AnimationTarget target, String ns, String ln, boolean isCSS, String s)
createValue in interface SVGAnimationEngine.Factorypublic AnimatableValue createValue(AnimationTarget target, String pn, Value v)
Value. Returns null
since point lists aren't used in CSS values.createValue in interface SVGAnimationEngine.FactoryCopyright © 2000–2024 Apache Software Foundation. All rights reserved.