Package org.apache.batik.bridge
Class SVGAnimationEngine.AnimatableColorValueFactory
- java.lang.Object
-
- org.apache.batik.bridge.SVGAnimationEngine.CSSValueFactory
-
- org.apache.batik.bridge.SVGAnimationEngine.AnimatableColorValueFactory
-
- All Implemented Interfaces:
SVGAnimationEngine.Factory
- Enclosing class:
- SVGAnimationEngine
protected class SVGAnimationEngine.AnimatableColorValueFactory extends SVGAnimationEngine.CSSValueFactory
Factory class forAnimatableColorValue
s.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AnimatableColorValueFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AnimatableValue
createAnimatableValue(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.CSSValueFactory
Creates a new AnimatableValue from a CSSValue
, after computation and inheritance.- Specified by:
createAnimatableValue
in classSVGAnimationEngine.CSSValueFactory
-
-