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