Interface | Description |
---|---|
BackgroundPainter |
The
BackgroundPainter is an element which is used to be called while trying to draw a background. |
LinkPainter |
The
LinkPainter is an element which is used to be called while trying to draw a Link . |
NodePainter |
The
NodePainter is an element which is used to be called while trying to draw a Node . |
Class | Description |
---|---|
ArrowTipPathGenerator |
The
ArrowTipPathGenerator creates a path corresponding to an arrow tip. |
JBackgroundPainter |
The
JBackgroundPainter is JBotSim's default BackgroundPainter for AWT. |
JDirectedLinkPainter |
The
JDirectedLinkPainter allows to draw directed links with arrow-tips at the destination end of
directed links. |
JLinkPainter |
The
JLinkPainter is JBotSim's default LinkPainter for AWT. |
JNodePainter |
The
JNodePainter is JBotSim's default NodePainter for AWT. |
UIComponent |
The
UIComponent contains a platform-dependent object to be used for displaying graphical elements. |