Class TracePainterPolyline

java.lang.Object
info.monitorenter.gui.chart.traces.painters.ATracePainter
info.monitorenter.gui.chart.traces.painters.TracePainterPolyline
All Implemented Interfaces:
IPointPainter<ATracePainter>, ITracePainter<ATracePainter>, Serializable, Comparable<ATracePainter>

public class TracePainterPolyline extends ATracePainter
A trace painter that increases performance by summing up all points to render for a paint iteration (submitted by paintPoint(int, int, int, int, Graphics, ITracePoint2D) invocations between startPaintIteration(Graphics) and endPaintIteration(Graphics)) and only invoking only one polyline paint for a paint call of the corresponding Chart2D.

Version:
$Revision: 1.22 $
Author:
Achim Westermann
See Also: