protected class SVGAnimationEngine.AnimatableLengthListValueFactory extends Object implements SVGAnimationEngine.Factory
AnimatableLengthListValues.| Modifier and Type | Field and Description |
|---|---|
protected LengthListParser |
parser
Parser for length lists.
|
protected LengthArrayProducer |
producer
The producer class that accumulates the lengths.
|
| Constructor and Description |
|---|
AnimatableLengthListValueFactory()
Creates a new AnimatableLengthListValueFactory.
|
| 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 LengthListParser parser
protected LengthArrayProducer producer
public AnimatableLengthListValueFactory()
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–2017 Apache Software Foundation. All rights reserved.