Package 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 forAnimatableNumberOrIdentValue
s.
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
numericIdents
Whether numbers are actually numeric keywords, as with the font-weight property.
-
Constructor Summary
Constructors Constructor Description AnimatableNumberOrIdentFactory(boolean numericIdents)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AnimatableValue
createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)
Creates a new AnimatableValue from a CSSValue
, after computation and inheritance.-
Methods inherited from class org.apache.batik.bridge.SVGAnimationEngine.CSSValueFactory
computeValue, createCSSValue, createValue, createValue
-
-
-
-
Method Detail
-
createAnimatableValue
protected AnimatableValue createAnimatableValue(AnimationTarget target, java.lang.String pn, Value v)
Description copied from class:SVGAnimationEngine.CSSValueFactory
Creates a new AnimatableValue from a CSSValue
, after computation and inheritance.- Specified by:
createAnimatableValue
in classSVGAnimationEngine.CSSValueFactory
-
-