org.apache.batik.anim

Class AnimationEngine.TargetInfo

protected static class AnimationEngine.TargetInfo extends Object

Class to hold XML and CSS animations for a target element.
Field Summary
HashMapcssAnimations
Map of CSS attribute names to the corresponding Sandwich objects.
HashMapotherAnimations
Map of other animation types to the corresponding Sandwich objects.
DoublyIndexedTablexmlAnimations
Map of XML attribute names to the corresponding Sandwich objects.

Field Detail

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.

xmlAnimations

public DoublyIndexedTable xmlAnimations
Map of XML attribute names to the corresponding Sandwich objects.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.