Package org.apache.batik.anim
Class AnimationEngine.TargetInfo
java.lang.Object
org.apache.batik.anim.AnimationEngine.TargetInfo
- Enclosing class:
AnimationEngine
Class to hold XML and CSS animations for a target element.
-
Field Summary
FieldsModifier and TypeFieldDescriptionMap of CSS attribute names to the correspondingAnimationEngine.Sandwich
objects.Map of other animation types to the correspondingAnimationEngine.Sandwich
objects.Map of XML attribute names to the correspondingAnimationEngine.Sandwich
objects. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
xmlAnimations
Map of XML attribute names to the correspondingAnimationEngine.Sandwich
objects. -
cssAnimations
Map of CSS attribute names to the correspondingAnimationEngine.Sandwich
objects. -
otherAnimations
Map of other animation types to the correspondingAnimationEngine.Sandwich
objects.
-
-
Constructor Details
-
TargetInfo
protected TargetInfo()
-