|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
ITracePainter implementations
of jchart2d that are used to render the traces of the chart.
See:
Description
| Class Summary | |
|---|---|
| ATracePainter | A trace painter that adds the service of knowing the previous point that had to be painted. |
| 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 | A trace painter that increases performance by summing up all points to render for a paint
iteration (submitted by TracePainterPolyline.paintPoint(int, int, int, int, Graphics2D, TracePoint2D)
invocations between TracePainterPolyline.startPaintIteration(Graphics2D, ITrace2D) and
TracePainterPolyline.endPaintIteration(Graphics2D)) and only invoking only one polyline paint for a paint
call of the corresponding Chart2D. |
| TracePainterVerticalBar | Renders traces by painting a bar with choosable width for each
TracePoint2D to show. |
Contains ITracePainter implementations
of jchart2d that are used to render the traces of the chart.
ITracePainter
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||