org.apache.batik.bridge
public class SVGAnimateMotionElementBridge extends SVGAnimateElementBridge
Method Summary | |
---|---|
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 'animateMotion'. |
AnimatableValue | getUnderlyingValue()
Returns the underlying value of the animated attribute. |
protected void | initializeAnimation()
Parses the animation element's target attributes and adds it to the
document's AnimationEngine. |
protected float[] | parseKeyPoints()
Returns the parsed 'keyPoints' attribute from the animation element. |
protected AnimatableValue | parseLengthPair(String ln)
Parses a single comma-separated length pair. |
protected ExtendedGeneralPath | parsePath()
Returns the parsed 'path' attribute (or the path from a referencing
'mpath') from the animation element. |
protected AnimatableValue[] | parseValues()
Returns the parsed 'values' attribute from the animation element. |
protected AnimatableValue[] | parseValues(String s) |