protected static class AnimationEngine.AnimationInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
attributeLocalName
The local name of the attribute or the name of the CSS property to
animate.
|
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 and Description |
|---|---|
protected |
AnimationInfo() |
public AnimationTarget target
public short type
ANIM_TYPE_*
constants defined in AnimationEngine.public String attributeNamespaceURI
public String attributeLocalName
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.