Package | Description |
---|---|
info.monitorenter.gui.chart.traces.painters |
Contains
ITracePainter implementations
of jchart2d that are used to render the traces of the chart. |
Modifier and Type | Class and Description |
---|---|
class |
TracePainterConfigurable<T extends IPointPainterConfigurableUI<T>>
An
implementation that works on a given . |
class |
TracePainterDisc
Renders traces by painting a disc (hollow circle) with choosable diameter for
each
ITracePoint2D to show. |
class |
TracePainterFill
A trace painter that fills the area between trace to render and the x axis
baseline with it's color.
|
class |
TracePainterLine
A trace painter that renders a trace by lines.
|
class |
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 . |
class |
TracePainterVerticalBar
Renders traces by painting a bar with selectable width for each
ITracePoint2D to show. |
Modifier and Type | Method and Description |
---|---|
int |
ATracePainter.compareTo(ATracePainter o) |
Copyright © 2018. All rights reserved.