org.apache.batik.bridge
protected class SVGAnimationEngine.AnimatableLengthListValueFactory extends java.lang.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,
java.lang.String ns,
java.lang.String ln,
boolean isCSS,
java.lang.String s)
Creates a new AnimatableValue from a string.
|
AnimatableValue |
createValue(AnimationTarget target,
java.lang.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, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)
createValue
in interface SVGAnimationEngine.Factory
public AnimatableValue createValue(AnimationTarget target, java.lang.String pn, Value v)
Value
. Returns null
since point lists aren't used in CSS values.createValue
in interface SVGAnimationEngine.Factory
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.