protected static class AnimationEngine.TargetInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
HashMap |
cssAnimations
Map of CSS attribute names to the corresponding
AnimationEngine.Sandwich
objects. |
HashMap |
otherAnimations
Map of other animation types to the corresponding
AnimationEngine.Sandwich
objects. |
DoublyIndexedTable |
xmlAnimations
Map of XML attribute names to the corresponding
AnimationEngine.Sandwich
objects. |
| Modifier | Constructor and Description |
|---|---|
protected |
TargetInfo() |
public DoublyIndexedTable xmlAnimations
AnimationEngine.Sandwich
objects.public HashMap cssAnimations
AnimationEngine.Sandwich
objects.public HashMap otherAnimations
AnimationEngine.Sandwich
objects.Copyright © 2000–2024 Apache Software Foundation. All rights reserved.