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 Object
Class to hold XML and CSS animations for a target element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xmlAnimations
public DoublyIndexedTable xmlAnimations
- Map of XML attribute names to the corresponding
AnimationEngine.Sandwich
objects.
cssAnimations
public HashMap cssAnimations
- Map of CSS attribute names to the corresponding
AnimationEngine.Sandwich
objects.
otherAnimations
public HashMap otherAnimations
- Map of other animation types to the corresponding
AnimationEngine.Sandwich
objects.
AnimationEngine.TargetInfo
protected AnimationEngine.TargetInfo()
Copyright © 2008 Apache Software Foundation. All Rights Reserved.