JavaFX KeyValue to be delegated.
JavaFX KeyValue to be delegated.
Returns the end value of this KeyValue.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
The delegate hashcode
Interpolator to be used for calculating the key value along the particular interval.
Returns the target of this KeyValue.
Returns the original delegate's toString() adding a [SFX] prefix.
Wraps a
KeyValue. Defines a key value to be interpolated for a particular interval along the animation. A KeyFrame, which defines a specific point on a timeline, can hold multipleKeyValues.KeyValueis an immutable class.Indicates Scala type that will be returned for this property.
Indicates Java type to be wrapped by T. Eventually T and J could be the same.