JavaFX AnimationTimer
to be delegated.
JavaFX AnimationTimer
to be delegated.
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.
This method needs to be overridden by extending classes.
This method needs to be overridden by extending classes.
The timestamp of the current frame given in nanoseconds. This value will be the same for all AnimationTimer
's
called during one frame.
The delegate hashcode
Starts the AnimationTimer
's.
Stops the AnimationTimer
's.
Stops the AnimationTimer
's. It can be activated again by calling start
.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Wraps a
AnimationTimer
.