org.apache.batik.bridge
public class SVGAnimateTransformElementBridge 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 AbstractAnimation | createAnimation(AnimationTarget target)
Creates the animation object for the animation element. |
| Bridge | getInstance()
Returns a new instance of this bridge. |
| String | getLocalName()
Returns 'animateTransform'. |
| protected short | parseType()
Returns the parsed 'type' attribute from the animation element. |
| protected AnimatableValue | parseValue(String s, short type, AnimationTarget target)
Parses a transform value. |
| protected AnimatableValue[] | parseValues(short type, AnimationTarget target)
Returns the parsed 'values' attribute from the animation element. |
Parameters: type one of the TYPE_ constants defined in SVGTypes.