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