|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.anim.AnimationEngine.TargetInfo
protected static class AnimationEngine.TargetInfo
Class to hold XML and CSS animations for a target element.
Field Summary | |
---|---|
java.util.HashMap |
cssAnimations
Map of CSS attribute names to the corresponding AnimationEngine.Sandwich
objects. |
java.util.HashMap |
otherAnimations
Map of other animation types to the corresponding AnimationEngine.Sandwich
objects. |
DoublyIndexedTable |
xmlAnimations
Map of XML attribute names to the corresponding AnimationEngine.Sandwich
objects. |
Constructor Summary | |
---|---|
protected |
AnimationEngine.TargetInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public DoublyIndexedTable xmlAnimations
AnimationEngine.Sandwich
objects.
public java.util.HashMap cssAnimations
AnimationEngine.Sandwich
objects.
public java.util.HashMap otherAnimations
AnimationEngine.Sandwich
objects.
Constructor Detail |
---|
protected AnimationEngine.TargetInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |