Package info.monitorenter.gui.chart.traces.painters
package info.monitorenter.gui.chart.traces.painters
-
ClassesClassDescriptionA trace painter that adds the service of knowing the previous point that had to be painted.TracePainterConfigurable<T extends IPointPainter<T>>An
implementation that works on a givenITracePainter
.IPointPainter
Renders traces by painting a disc (hollow circle) with choosable diameter for eachTracePoint2D
to show.A trace painter that fills the area between trace to render and the x axis baseline with it's color.A trace painter that renders a trace by lines.A trace painter that increases performance by summing up all points to render for a paint iteration (submitted byTracePainterPolyline.paintPoint(int, int, int, int, Graphics, ITracePoint2D)
invocations betweenTracePainterPolyline.startPaintIteration(Graphics)
andTracePainterPolyline.endPaintIteration(Graphics)
) and only invoking only one polyline paint for a paint call of the correspondingChart2D
.Renders traces by painting a bar with choosable width for eachTracePoint2D
to show.