org.apache.batik.anim
Class AnimationEngine.TargetInfo

java.lang.Object
  extended byorg.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.


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

xmlAnimations

public DoublyIndexedTable xmlAnimations
Map of XML attribute names to the corresponding Sandwich objects.


cssAnimations

public HashMap cssAnimations
Map of CSS attribute names to the corresponding Sandwich objects.


otherAnimations

public HashMap otherAnimations
Map of other animation types to the corresponding Sandwich objects.

Constructor Detail

AnimationEngine.TargetInfo

protected AnimationEngine.TargetInfo()


Copyright © 2009 Apache Software Foundation. All Rights Reserved.