DrawDot
Simple effect that draws a black dot for each it.unibo.alchemist.model.interfaces.Node.
It's possible to set the size of the dots.
Parameters
<P>
the position type
Constructors
Functions
Link copied to clipboard
@Contract(value = "null, null -> true; null, !null -> false; !null, null -> false")
Content copied to clipboard
The method compares two Effects to check basic properties of visibility, name and class.
Link copied to clipboard
abstract fun <T> computeDrawCommands(environment: Environment<T, P>): Queue<DrawCommand<P>>
Content copied to clipboard
open fun <T> computeDrawCommands(environment: Environment<T, P>): Queue<DrawCommand<P>>
Content copied to clipboard
Computes a queue of commands to Draw something.
Link copied to clipboard
The size of the dots representing each it.unibo.alchemist.model.interfaces.Node in the Environment specified when drawing.