org.apache.batik.bridge
public class SVGSetElementBridge 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. |
| Bridge | getInstance()
Returns a new instance of this bridge. |
| String | getLocalName()
Returns 'set'. |
| protected boolean | isConstantAnimation()
Returns whether this is a constant animation (i.e., a 'set' animation). |
Parameters: type one of the TYPE_ constants defined in SVGTypes.