|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.anim.AnimationEngine.AnimationInfo
protected static class AnimationEngine.AnimationInfo
Class to hold target information of an animation.
Field Summary | |
---|---|
String |
attributeLocalName
The local name of the attribute or the name of the CSS property to animate. |
String |
attributeNamespaceURI
The namespace URI of the attribute to animate, if this is an XML attribute animation. |
AnimationTarget |
target
The target of the animation. |
short |
type
The type of animation. |
Constructor Summary | |
---|---|
protected |
AnimationEngine.AnimationInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public AnimationTarget target
public short type
ANIM_TYPE_*
constants defined in AnimationEngine
.
public String attributeNamespaceURI
public String attributeLocalName
Constructor Detail |
---|
protected AnimationEngine.AnimationInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |