Package org.apache.batik.bridge
Class SVGAnimationEngine.AnimatableIntegerValueFactory
java.lang.Object
org.apache.batik.bridge.SVGAnimationEngine.AnimatableIntegerValueFactory
- All Implemented Interfaces:
SVGAnimationEngine.Factory
- Enclosing class:
SVGAnimationEngine
protected static class SVGAnimationEngine.AnimatableIntegerValueFactory
extends Object
implements SVGAnimationEngine.Factory
Factory class for
AnimatableIntegerValue
s.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateValue
(AnimationTarget target, String ns, String ln, boolean isCSS, String s) Creates a new AnimatableValue from a string.createValue
(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue
.
-
Constructor Details
-
AnimatableIntegerValueFactory
protected AnimatableIntegerValueFactory()
-
-
Method Details
-
createValue
public AnimatableValue createValue(AnimationTarget target, String ns, String ln, boolean isCSS, String s) Creates a new AnimatableValue from a string.- Specified by:
createValue
in interfaceSVGAnimationEngine.Factory
-
createValue
Creates a new AnimatableValue from a CSSValue
.- Specified by:
createValue
in interfaceSVGAnimationEngine.Factory
-