public interface BackgroundPainter
The BackgroundPainter
is an element which is used to be called while trying to draw a background.
Modifier and Type | Method and Description |
---|---|
void |
paintBackground(UIComponent uiComponent,
Topology tp)
Provides a way to draw things on the background.
|
void paintBackground(UIComponent uiComponent, Topology tp)
uiComponent
- the graphical object to be drawn on.tp
- the Topology
to pick information from.