Class TracePainterFill

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

public class TracePainterFill extends ATracePainter
A trace painter that fills the area between trace to render and the x axis baseline with it's color.

Additionally it increases performance by summing up all points to render for a paint iteration (submitted by paintPoint(int, int, int, int, Graphics, ITracePoint2D) between startPaintIteration(Graphics) and endPaintIteration(Graphics)) and only invoking only one polygon paint for a paint call of the corresponding Chart2D.

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