Skip navigation links
B G I L N P U 

B

BackgroundPainter - Interface in io.jbotsim.ui.painting
The BackgroundPainter is an element which is used to be called while trying to draw a background.

G

getComponent() - Method in class io.jbotsim.ui.painting.UIComponent
Gets the Object that has been provided upon creation.

I

io.jbotsim.ui.painting - package io.jbotsim.ui.painting
 

L

LinkPainter - Interface in io.jbotsim.ui.painting
The LinkPainter is an element which is used to be called while trying to draw a Link.

N

NodePainter - Interface in io.jbotsim.ui.painting
The NodePainter is an element which is used to be called while trying to draw a Node.

P

paintBackground(UIComponent, Topology) - Method in interface io.jbotsim.ui.painting.BackgroundPainter
Provides a way to draw things on the background.
paintLink(UIComponent, Link) - Method in interface io.jbotsim.ui.painting.LinkPainter
Paints the Links.
paintNode(UIComponent, Node) - Method in interface io.jbotsim.ui.painting.NodePainter
Provides a way to redefine the drawing of a node.

U

UIComponent - Class in io.jbotsim.ui.painting
The UIComponent contains a platform-dependent object to be used for displaying graphical elements.
UIComponent(Object) - Constructor for class io.jbotsim.ui.painting.UIComponent
Creates a UIComponent by wrapping the provided system Object
B G I L N P U 
Skip navigation links