ATracePainter |
A trace painter that adds the service of knowing the previous point that had
to be painted.
|
TracePainterConfigurable<T extends IPointPainter<T>> |
|
TracePainterDisc |
Renders traces by painting a disc (hollow circle) with choosable diameter for
each TracePoint2D to show.
|
TracePainterFill |
A trace painter that fills the area between trace to render and the x axis
baseline with it's color.
|
TracePainterLine |
A trace painter that renders a trace by lines.
|
TracePainterPolyline |
|
TracePainterVerticalBar |
Renders traces by painting a bar with choosable width for each
TracePoint2D to show.
|