Command Queue Builder
Builder class that eases the building of a queue of DrawCommands.
Parameters
<P>
the position type
Functions
Link copied to clipboard
Adds a
DrawCommand
to the queue to be executed on the JavaFX thread.Link copied to clipboard
Builds the queue of commands.
Link copied to clipboard
Clears the queue.
Link copied to clipboard
open fun wrapAndAdd(supplier: Supplier<Boolean>, doOnJFXThread: DrawCommand<P>): CommandQueueBuilder
Content copied to clipboard
Wraps a
DrawCommand
around to the queue to be executed on the JavaFX thread.