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
AnimatableNumberOrIdentValues.- Version:
- $Id$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanWhether numbers are actually numeric keywords, as with the font-weight property. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AnimatableValuecreateAnimatableValue(AnimationTarget target, String pn, Value v) Creates a new AnimatableValue from a CSSValue, after computation and inheritance.Methods inherited from class 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.CSSValueFactoryCreates a new AnimatableValue from a CSSValue, after computation and inheritance.- Specified by:
createAnimatableValuein classSVGAnimationEngine.CSSValueFactory
-