protected static class AnimationEngine.AnimationInfo
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
java.lang.String |
attributeLocalName |
The local name of the attribute or the name of the CSS property to
animate.
|
java.lang.String |
attributeNamespaceURI |
The namespace URI of the attribute to animate, if this is an XML
attribute animation.
|
AnimationTarget |
target |
The target of the animation.
|
short |
type |
The type of animation.
|
| Modifier | Constructor | Description |
|---|---|---|
protected |
AnimationInfo() |
public AnimationTarget target
public short type
ANIM_TYPE_*
constants defined in AnimationEngine.public java.lang.String attributeNamespaceURI
public java.lang.String attributeLocalName
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.