Package org.apache.batik.bridge
Class SVGAnimationEngine.AnimatableAngleValueFactory
java.lang.Object
org.apache.batik.bridge.SVGAnimationEngine.CSSValueFactory
org.apache.batik.bridge.SVGAnimationEngine.AnimatableAngleValueFactory
- All Implemented Interfaces:
SVGAnimationEngine.Factory
- Enclosing class:
- SVGAnimationEngine
protected class SVGAnimationEngine.AnimatableAngleValueFactory
extends SVGAnimationEngine.CSSValueFactory
Factory class for
AnimatableAngleValue
s.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AnimatableValue
createAnimatableValue
(AnimationTarget target, 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
-
Constructor Details
-
AnimatableAngleValueFactory
protected AnimatableAngleValueFactory()
-
-
Method Details
-
createAnimatableValue
Description copied from class:SVGAnimationEngine.CSSValueFactory
Creates a new AnimatableValue from a CSSValue
, after computation and inheritance.- Specified by:
createAnimatableValue
in classSVGAnimationEngine.CSSValueFactory
-