org.apache.batik.bridge
Class SVGAnimationEngine.AnimatableNumberOrIdentFactory
java.lang.Object
org.apache.batik.bridge.SVGAnimationEngine.CSSValueFactory
org.apache.batik.bridge.SVGAnimationEngine.AnimatableNumberOrIdentFactory
- All Implemented Interfaces:
- SVGAnimationEngine.Factory
- Enclosing class:
- SVGAnimationEngine
protected class SVGAnimationEngine.AnimatableNumberOrIdentFactory
- extends SVGAnimationEngine.CSSValueFactory
Factory class for AnimatableNumberOrIdentValue
s.
Field Summary |
protected boolean |
numericIdents
Whether numbers are actually numeric keywords, as with the
font-weight property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
numericIdents
protected boolean numericIdents
- Whether numbers are actually numeric keywords, as with the
font-weight property.
SVGAnimationEngine.AnimatableNumberOrIdentFactory
public SVGAnimationEngine.AnimatableNumberOrIdentFactory(boolean numericIdents)
createAnimatableValue
protected AnimatableValue createAnimatableValue(AnimationTarget target,
String pn,
Value v)
- Description copied from class:
SVGAnimationEngine.CSSValueFactory
- Creates a new AnimatableValue from a CSS
Value
, after
computation and inheritance.
- Specified by:
createAnimatableValue
in class SVGAnimationEngine.CSSValueFactory
Copyright © 2008 Apache Software Foundation. All Rights Reserved.