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 for
AnimatableColorValues.- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AnimatableValuecreateAnimatableValue(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue, after computation and inheritance.Methods inherited from class SVGAnimationEngine.CSSValueFactory
computeValue, createCSSValue, createValue, createValue
-
Constructor Details
-
AnimatableColorValueFactory
protected AnimatableColorValueFactory()
-
-
Method Details
-
createAnimatableValue
Description copied from class:SVGAnimationEngine.CSSValueFactoryCreates a new AnimatableValue from a CSSValue, after computation and inheritance.- Specified by:
createAnimatableValuein classSVGAnimationEngine.CSSValueFactory
-