org.apache.batik.bridge

Class SVGAnimationEngine.AnimatableNumberOrIdentFactory

protected class SVGAnimationEngine.AnimatableNumberOrIdentFactory extends SVGAnimationEngine.CSSValueFactory

Factory class for {@link AnimatableNumberOrIdentValue}s.
Field Summary
protected booleannumericIdents
Whether numbers are actually numeric keywords, as with the font-weight property.
Constructor Summary
AnimatableNumberOrIdentFactory(boolean numericIdents)
Method Summary
protected AnimatableValuecreateAnimatableValue(AnimationTarget target, String pn, Value v)

Field Detail

numericIdents

protected boolean numericIdents
Whether numbers are actually numeric keywords, as with the font-weight property.

Constructor Detail

AnimatableNumberOrIdentFactory

public AnimatableNumberOrIdentFactory(boolean numericIdents)

Method Detail

createAnimatableValue

protected AnimatableValue createAnimatableValue(AnimationTarget target, String pn, Value v)
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.