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 class SVGAnimationEngine.UncomputedAnimatableStringValueFactory
- extends Object
- implements SVGAnimationEngine.Factory
Factory class for AnimatableStringValue
s.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGAnimationEngine.UncomputedAnimatableStringValueFactory
protected SVGAnimationEngine.UncomputedAnimatableStringValueFactory()
createValue
public AnimatableValue createValue(AnimationTarget target,
String ns,
String ln,
boolean isCSS,
String s)
- Description copied from interface:
SVGAnimationEngine.Factory
- Creates a new AnimatableValue from a string.
- Specified by:
createValue
in interface SVGAnimationEngine.Factory
createValue
public AnimatableValue createValue(AnimationTarget target,
String pn,
Value v)
- Description copied from interface:
SVGAnimationEngine.Factory
- Creates a new AnimatableValue from a CSS
Value
.
- Specified by:
createValue
in interface SVGAnimationEngine.Factory
Copyright © 2017 Apache Software Foundation. All Rights Reserved.