org.apache.batik.bridge

Class SVGAnimationEngine.AnimatablePaintValueFactory

protected class SVGAnimationEngine.AnimatablePaintValueFactory extends SVGAnimationEngine.CSSValueFactory

Factory class for {@link AnimatablePaintValue}s.
Method Summary
protected AnimatableValuecreateAnimatableValue(AnimationTarget target, String pn, Value v)
protected AnimatablePaintValuecreateColorPaintValue(AnimationTarget t, Color c)
Creates a new {@link AnimatablePaintValue} from a {@link Color} object.

Method Detail

createAnimatableValue

protected AnimatableValue createAnimatableValue(AnimationTarget target, String pn, Value v)

createColorPaintValue

protected AnimatablePaintValue createColorPaintValue(AnimationTarget t, Color c)
Creates a new {@link AnimatablePaintValue} from a {@link Color} object.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.