org.apache.batik.bridge
public class SVGAnimateColorElementBridge extends SVGAnimateElementBridge
Method Summary | |
---|---|
protected boolean | canAnimateType(int type)
Returns whether the animation element being handled by this bridge can
animate attributes of the specified type. |
protected boolean | checkValueType(AnimatableValue v)
Returns whether the specified AnimatableValue is of a type allowed
by this animation. |
protected AbstractAnimation | createAnimation(AnimationTarget target)
Creates the animation object for the animation element. |
Bridge | getInstance()
Returns a new instance of this bridge. |
String | getLocalName()
Returns 'animateColor'. |
Parameters: type one of the TYPE_ constants defined in SVGTypes.