org.apache.batik.bridge

Class SVGSetElementBridge

public class SVGSetElementBridge extends SVGAnimationElementBridge

A bridge class for the 'set' animation element.
Method Summary
protected booleancanAnimateType(int type)
Returns whether the animation element being handled by this bridge can animate attributes of the specified type.
protected AbstractAnimationcreateAnimation(AnimationTarget target)
Creates the animation object for the animation element.
BridgegetInstance()
Returns a new instance of this bridge.
StringgetLocalName()
Returns 'set'.
protected booleanisConstantAnimation()
Returns whether this is a constant animation (i.e., a 'set' animation).

Method Detail

canAnimateType

protected boolean canAnimateType(int type)
Returns whether the animation element being handled by this bridge can animate attributes of the specified type.

Parameters: type one of the TYPE_ constants defined in {@link org.apache.batik.util.SVGTypes}.

createAnimation

protected AbstractAnimation createAnimation(AnimationTarget target)
Creates the animation object for the animation element.

getInstance

public Bridge getInstance()
Returns a new instance of this bridge.

getLocalName

public String getLocalName()
Returns 'set'.

isConstantAnimation

protected boolean isConstantAnimation()
Returns whether this is a constant animation (i.e., a 'set' animation).
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.