org.apache.batik.bridge
public class SVGAnimateElementBridge extends SVGAnimationElementBridge
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 AbstractAnimation | createAnimation(AnimationTarget target)
Creates the animation object for the animation element. |
protected int | getDefaultCalcMode()
Returns the calcMode that the animation defaults to if none is specified. |
Bridge | getInstance()
Returns a new instance of this bridge. |
String | getLocalName()
Returns 'animate'. |
protected boolean | parseAccumulate()
Returns the parsed 'accumulate' attribute from the animation element. |
protected boolean | parseAdditive()
Returns the parsed 'additive' attribute from the animation element. |
protected int | parseCalcMode()
Returns the parsed 'calcMode' attribute from the animation element. |
protected float[] | parseKeySplines()
Returns the parsed 'keySplines' attribute from the animation element. |
protected float[] | parseKeyTimes()
Returns the parsed 'keyTimes' attribute from the animation element. |
protected AnimatableValue[] | parseValues()
Returns the parsed 'values' attribute from the animation element. |
Parameters: type one of the TYPE_ constants defined in SVGTypes.