| Modifier and Type | Method and Description |
|---|---|
Property |
Property.clearLinks()
Clear all Linkables from the Property.
|
Property |
Property.link(DoubleConsumer consumer)
Call the provided consumer with the double value whenever the value
changes.
|
Property |
Property.set(double value)
Set the value of this property.
|
| Modifier and Type | Method and Description |
|---|---|
Property.Animator |
Property.Animator.whenDone(Consumer<Property> whenDoneConsumer)
Set a consumer to be called each time the Animator finishes
animation.
|
Copyright © 2020. All rights reserved.