Package org.apache.batik.bridge
Class SVGAnimationEngine.AnimatableStringValueFactory
- java.lang.Object
-
- org.apache.batik.bridge.SVGAnimationEngine.CSSValueFactory
-
- org.apache.batik.bridge.SVGAnimationEngine.AnimatableStringValueFactory
-
- All Implemented Interfaces:
SVGAnimationEngine.Factory
- Enclosing class:
- SVGAnimationEngine
protected class SVGAnimationEngine.AnimatableStringValueFactory extends SVGAnimationEngine.CSSValueFactory
Factory class for computed CSSAnimatableStringValues.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAnimatableStringValueFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AnimatableValuecreateAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)Creates a new AnimatableValue from a CSSValue, after computation and inheritance.-
Methods inherited from class org.apache.batik.bridge.SVGAnimationEngine.CSSValueFactory
computeValue, createCSSValue, createValue, createValue
-
-
-
-
Method Detail
-
createAnimatableValue
protected AnimatableValue createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)
Description copied from class:SVGAnimationEngine.CSSValueFactoryCreates a new AnimatableValue from a CSSValue, after computation and inheritance.- Specified by:
createAnimatableValuein classSVGAnimationEngine.CSSValueFactory
-
-