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 for
AnimatableNumberOrIdentValue
s.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
Whether numbers are actually numeric keywords, as with the font-weight property. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AnimatableValue
createAnimatableValue
(AnimationTarget target, 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
-
Field Details
-
numericIdents
protected boolean numericIdentsWhether numbers are actually numeric keywords, as with the font-weight property.
-
-
Constructor Details
-
AnimatableNumberOrIdentFactory
public AnimatableNumberOrIdentFactory(boolean numericIdents)
-
-
Method Details
-
createAnimatableValue
Description copied from class:SVGAnimationEngine.CSSValueFactory
Creates a new AnimatableValue from a CSSValue
, after computation and inheritance.- Specified by:
createAnimatableValue
in classSVGAnimationEngine.CSSValueFactory
-