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.Object
Class to hold XML and CSS animations for a target element.
-
-
Field Summary
Fields Modifier and Type Field Description java.util.HashMap
cssAnimations
Map of CSS attribute names to the correspondingAnimationEngine.Sandwich
objects.java.util.HashMap
otherAnimations
Map of other animation types to the correspondingAnimationEngine.Sandwich
objects.DoublyIndexedTable
xmlAnimations
Map of XML attribute names to the correspondingAnimationEngine.Sandwich
objects.
-
Constructor Summary
Constructors Modifier Constructor Description protected
TargetInfo()
-
-
-
Field Detail
-
xmlAnimations
public DoublyIndexedTable xmlAnimations
Map of XML attribute names to the correspondingAnimationEngine.Sandwich
objects.
-
cssAnimations
public java.util.HashMap cssAnimations
Map of CSS attribute names to the correspondingAnimationEngine.Sandwich
objects.
-
otherAnimations
public java.util.HashMap otherAnimations
Map of other animation types to the correspondingAnimationEngine.Sandwich
objects.
-
-