Package it.unibo.alchemist.boundary.fxui.api

Types

Link copied to clipboard
interface DrawCommand<P : Position2D<out P>?> : BiConsumer<T, U>
Functional interface that models a command for JavaFX thread to draw something on a javafx.scene.canvas.Canvas.