Package | Description |
---|---|
info.monitorenter.gui.chart.traces.painters |
Contains
ITracePainter implementations
of jchart2d that are used to render the traces of the chart. |
Class and Description |
---|
ATracePainter
A trace painter that adds the service of knowing the previous point that had
to be painted.
|
TracePainterConfigurable
An
implementation that works on a given . |
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, Graphics, ITracePoint2D) invocations
between TracePainterPolyline.startPaintIteration(Graphics) and
TracePainterPolyline.endPaintIteration(Graphics) ) and only invoking only one polyline
paint for a paint call of the corresponding
Chart2D . |
Copyright © 2019. All rights reserved.