public interface LinkPainter
The LinkPainter is an element which is used to be called while trying to draw a Link.
| Modifier and Type | Method and Description |
|---|---|
void |
paintLink(UIComponent uiComponent,
io.jbotsim.core.Link link)
Paints the Links.
|
void paintLink(UIComponent uiComponent, io.jbotsim.core.Link link)
uiComponent - the graphical object to be drawn on.link - the Link to be drawn.