Package org.apache.batik.anim
Class AnimationEngine.TargetInfo
- java.lang.Object
-
- org.apache.batik.anim.AnimationEngine.TargetInfo
-
- Enclosing class:
- AnimationEngine
protected static class AnimationEngine.TargetInfo extends java.lang.ObjectClass to hold XML and CSS animations for a target element.
-
-
Field Summary
Fields Modifier and Type Field Description java.util.HashMapcssAnimationsMap of CSS attribute names to the correspondingAnimationEngine.Sandwichobjects.java.util.HashMapotherAnimationsMap of other animation types to the correspondingAnimationEngine.Sandwichobjects.DoublyIndexedTablexmlAnimationsMap of XML attribute names to the correspondingAnimationEngine.Sandwichobjects.
-
Constructor Summary
Constructors Modifier Constructor Description protectedTargetInfo()
-
-
-
Field Detail
-
xmlAnimations
public DoublyIndexedTable xmlAnimations
Map of XML attribute names to the correspondingAnimationEngine.Sandwichobjects.
-
cssAnimations
public java.util.HashMap cssAnimations
Map of CSS attribute names to the correspondingAnimationEngine.Sandwichobjects.
-
otherAnimations
public java.util.HashMap otherAnimations
Map of other animation types to the correspondingAnimationEngine.Sandwichobjects.
-
-