protected class SVGAnimationEngine.AnimatableNumberListValueFactory extends Object implements SVGAnimationEngine.Factory
AnimatableNumberListValue
s.Modifier and Type | Field and Description |
---|---|
protected NumberListParser |
parser
Parser for number lists.
|
protected FloatArrayProducer |
producer
The producer class that accumulates the numbers.
|
Constructor and Description |
---|
SVGAnimationEngine.AnimatableNumberListValueFactory()
Creates a new AnimatableNumberListValueFactory.
|
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 NumberListParser parser
protected FloatArrayProducer producer
public SVGAnimationEngine.AnimatableNumberListValueFactory()
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 number lists aren't used in CSS values.createValue
in interface SVGAnimationEngine.Factory
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.