public class PropertyAnimation
extends java.lang.Object
| Constructor and Description |
|---|
PropertyAnimation(PropertyHandle propertyHandle,
float targetValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
AnimatedProperty |
getProperty() |
PropertyHandle |
getPropertyHandle() |
float |
getTargetValue() |
TransitionId |
getTransitionId() |
int |
hashCode() |
java.lang.String |
toString() |
public PropertyAnimation(PropertyHandle propertyHandle, float targetValue)
public PropertyHandle getPropertyHandle()
public TransitionId getTransitionId()
public AnimatedProperty getProperty()
public float getTargetValue()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object