Module io.sf.carte.echosvg.bridge
Package io.sf.carte.echosvg.bridge
Class SVGAnimationEngine.AnimatableLengthListValueFactory
java.lang.Object
io.sf.carte.echosvg.bridge.SVGAnimationEngine.AnimatableLengthListValueFactory
- All Implemented Interfaces:
- SVGAnimationEngine.Factory
- Enclosing class:
- SVGAnimationEngine
protected class SVGAnimationEngine.AnimatableLengthListValueFactory
extends Object
implements SVGAnimationEngine.Factory
Factory class for 
AnimatableLengthListValues.- 
Constructor SummaryConstructorsConstructorDescriptionCreates a new AnimatableLengthListValueFactory.
- 
Method SummaryModifier and TypeMethodDescriptioncreateValue(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue.createValue(AnimationTarget target, String ns, String ln, boolean isCSS, String s) Creates a new AnimatableValue from a string.
- 
Constructor Details- 
AnimatableLengthListValueFactorypublic AnimatableLengthListValueFactory()Creates a new AnimatableLengthListValueFactory.
 
- 
- 
Method Details- 
createValuepublic AnimatableValue createValue(AnimationTarget target, String ns, String ln, boolean isCSS, String s) Creates a new AnimatableValue from a string.- Specified by:
- createValuein interface- SVGAnimationEngine.Factory
 
- 
createValueCreates a new AnimatableValue from a CSSValue. Returns null since point lists aren't used in CSS values.- Specified by:
- createValuein interface- SVGAnimationEngine.Factory
 
 
-