Package org.apache.batik.anim
Class AnimationEngine.AnimationInfo
java.lang.Object
org.apache.batik.anim.AnimationEngine.AnimationInfo
- Enclosing class:
- AnimationEngine
Class to hold target information of an animation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe local name of the attribute or the name of the CSS property to animate.The namespace URI of the attribute to animate, if this is an XML attribute animation.The target of the animation.short
The type of animation. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
target
The target of the animation. -
type
public short typeThe type of animation. Must be one of theANIM_TYPE_*
constants defined inAnimationEngine
. -
attributeNamespaceURI
The namespace URI of the attribute to animate, if this is an XML attribute animation. -
attributeLocalName
The local name of the attribute or the name of the CSS property to animate.
-
-
Constructor Details
-
AnimationInfo
protected AnimationInfo()
-