protected class SVGAnimationEngine.AnimatableLengthListValueFactory extends Object implements SVGAnimationEngine.Factory
AnimatableLengthListValue
s.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 |
---|
SVGAnimationEngine.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 SVGAnimationEngine.AnimatableLengthListValueFactory()
public AnimatableValue createValue(AnimationTarget target, String ns, String ln, boolean isCSS, String s)
createValue
in interface SVGAnimationEngine.Factory
public AnimatableValue createValue(AnimationTarget target, String pn, Value v)
Value
. Returns null
since point lists aren't used in CSS values.createValue
in interface SVGAnimationEngine.Factory
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.