Package org.apache.batik.bridge
Class SVGAnimationEngine.UncomputedAnimatableStringValueFactory
- java.lang.Object
-
- org.apache.batik.bridge.SVGAnimationEngine.UncomputedAnimatableStringValueFactory
-
- All Implemented Interfaces:
SVGAnimationEngine.Factory
- Enclosing class:
- SVGAnimationEngine
protected static class SVGAnimationEngine.UncomputedAnimatableStringValueFactory extends java.lang.Object implements SVGAnimationEngine.Factory
Factory class forAnimatableStringValue
s.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
UncomputedAnimatableStringValueFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnimatableValue
createValue(AnimationTarget target, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)
Creates a new AnimatableValue from a string.AnimatableValue
createValue(AnimationTarget target, java.lang.String pn, Value v)
Creates a new AnimatableValue from a CSSValue
.
-
-
-
Method Detail
-
createValue
public AnimatableValue createValue(AnimationTarget target, java.lang.String ns, java.lang.String ln, boolean isCSS, java.lang.String s)
Description copied from interface:SVGAnimationEngine.Factory
Creates a new AnimatableValue from a string.- Specified by:
createValue
in interfaceSVGAnimationEngine.Factory
-
createValue
public AnimatableValue createValue(AnimationTarget target, java.lang.String pn, Value v)
Description copied from interface:SVGAnimationEngine.Factory
Creates a new AnimatableValue from a CSSValue
.- Specified by:
createValue
in interfaceSVGAnimationEngine.Factory
-
-