protected static class AnimationEngine.TargetInfo
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
java.util.HashMap |
cssAnimations |
Map of CSS attribute names to the corresponding
AnimationEngine.Sandwich
objects. |
java.util.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 | Description |
|---|---|---|
protected |
TargetInfo() |
public DoublyIndexedTable xmlAnimations
AnimationEngine.Sandwich
objects.public java.util.HashMap cssAnimations
AnimationEngine.Sandwich
objects.public java.util.HashMap otherAnimations
AnimationEngine.Sandwich
objects.Copyright ? 2018 Apache Software Foundation. All Rights Reserved.