public final class PropertyHandle extends 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(Object o) |
AnimatedProperty |
getProperty() |
TransitionId |
getTransitionId() |
int |
hashCode() |
String |
toString() |
public PropertyHandle(TransitionId transitionId, AnimatedProperty property)
public TransitionId getTransitionId()
public AnimatedProperty getProperty()