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 {@link Sandwich} objects.
HashMapotherAnimations
Map of other animation types to the corresponding {@link Sandwich} objects.
DoublyIndexedTablexmlAnimations
Map of XML attribute names to the corresponding {@link Sandwich} objects.

Field Detail

cssAnimations

public HashMap cssAnimations
Map of CSS attribute names to the corresponding {@link Sandwich} objects.

otherAnimations

public HashMap otherAnimations
Map of other animation types to the corresponding {@link Sandwich} objects.

xmlAnimations

public DoublyIndexedTable xmlAnimations
Map of XML attribute names to the corresponding {@link Sandwich} objects.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.