public interface NodePainter
The NodePainter is an element which is used to be called while trying to draw a Node.
| Modifier and Type | Method and Description |
|---|---|
void |
paintNode(UIComponent uiComponent,
io.jbotsim.core.Node node)
Provides a way to redefine the drawing of a node.
|
void paintNode(UIComponent uiComponent, io.jbotsim.core.Node node)
uiComponent - the graphical object to be drawn on.node - the Node to be drawn.