IPointPainter implementations
of jchart2d that are used to paint points for segments, start points end points
of errorbars and points of traces of the chart.See: Description
| Class | Description |
|---|---|
| APointPainter<T extends IPointPainterConfigurableUI<T>> |
Adapter class that implements optional methods of
as "no operation". |
| APointPainterCandleStick<T extends IPointPainterConfigurableUI<T>> |
Adds additional configuration options for candlestick point painters.
|
| PointPainterCandleStick |
A special point painter that will only be useful to render instances of
CandleStick. |
| PointPainterDisc |
Renders points in form of a disc with configurable diameter.
|
| PointPainterLine |
A point painter that renders a trace by lines.
|
| PointPainterVerticalBar |
Renders points by painting a bar with choosable width for each point to show.
|
IPointPainter implementations
of jchart2d that are used to paint points for segments, start points end points
of errorbars and points of traces of the chart.
IPointPainterCopyright © 2017. All rights reserved.