Draw Links
Simple effect that draws a black line for each it.unibo.alchemist.model.interfaces.Node in a it.unibo.alchemist.model.interfaces.Neighborhood.
It's possible to set the size of the dots.
Parameters
<P>
the position type
Constructors
Functions
Link copied to clipboard
open fun <T> computeDrawCommands(environment: Environment<T, P>): Queue<DrawCommand<P>>
Content copied to clipboard
abstract 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
Sets the visibility of the effect.
Link copied to clipboard
The size of the dots representing each it.unibo.alchemist.model.interfaces.Node in the Environment specified when drawing.