public final class PropertyHandle
extends java.lang.Object
AnimatedProperty
which can be used to identify a single
animating component property at runtime.Constructor and Description |
---|
PropertyHandle(TransitionId transitionId,
AnimatedProperty property) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
AnimatedProperty |
getProperty() |
TransitionId |
getTransitionId() |
int |
hashCode() |
java.lang.String |
toString() |
public PropertyHandle(TransitionId transitionId, AnimatedProperty property)
public TransitionId getTransitionId()
public AnimatedProperty getProperty()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object