protected static class AnimationEngine.AnimationInfo
extends java.lang.Object
| Modifier and Type | Field and 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 and Description |
|---|---|
protected |
AnimationEngine.AnimationInfo() |
public AnimationTarget target
public short type
ANIM_TYPE_*
constants defined in AnimationEngine.public java.lang.String attributeNamespaceURI
public java.lang.String attributeLocalName
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.