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