Class SVGAnimationEngine.AnimatablePaintValueFactory
java.lang.Object
org.apache.batik.bridge.SVGAnimationEngine.CSSValueFactory
org.apache.batik.bridge.SVGAnimationEngine.AnimatablePaintValueFactory
- All Implemented Interfaces:
SVGAnimationEngine.Factory
- Enclosing class:
SVGAnimationEngine
protected class SVGAnimationEngine.AnimatablePaintValueFactory
extends SVGAnimationEngine.CSSValueFactory
Factory class for
AnimatablePaintValues.-
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.protected AnimatablePaintValueCreates a newAnimatablePaintValuefrom aColorobject.Methods inherited from class SVGAnimationEngine.CSSValueFactory
computeValue, createCSSValue, createValue, createValue
-
Constructor Details
-
AnimatablePaintValueFactory
protected AnimatablePaintValueFactory()
-
-
Method Details
-
createColorPaintValue
Creates a newAnimatablePaintValuefrom aColorobject. -
createAnimatableValue
Description copied from class:SVGAnimationEngine.CSSValueFactoryCreates a new AnimatableValue from a CSSValue, after computation and inheritance.- Specified by:
createAnimatableValuein classSVGAnimationEngine.CSSValueFactory
-