Package | Description |
---|---|
info.monitorenter.gui.chart |
The core package for jchart2d.
|
info.monitorenter.gui.chart.errorbars |
Contains the implementation of the error bar API - namely the
interfaces
,
and
of jchart2d. |
info.monitorenter.gui.chart.pointpainters |
Contains
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. |
info.monitorenter.gui.chart.traces.painters |
Contains
ITracePainter implementations
of jchart2d that are used to render the traces of the chart. |
Modifier and Type | Interface and Description |
---|---|
interface |
IPointPainterCandleStick<T extends IPointPainterConfigurableUI<T>>
Adds additional configuration options for candlestick point painters.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPointPainterCandleStick<T extends IPointPainterConfigurableUI<T>>
Adds additional configuration options for candlestick point painters.
|
Modifier and Type | Method and Description |
---|---|
IPointPainterConfigurableUI<?> |
IErrorBarPainter.getEndPointPainter()
Returns the painter for the end point of the error bar.
|
IPointPainterConfigurableUI<?> |
IErrorBarPainter.ISegment.getPointPainter()
Returns the point painter of this segment.
|
IPointPainterConfigurableUI<?> |
IErrorBarPainter.getStartPointPainter()
Returns the painter for the start point of the error bar.
|
Modifier and Type | Method and Description |
---|---|
void |
IErrorBarPainter.setConnectionPainter(IPointPainterConfigurableUI<?> connectionPainter)
Note that the choice for the right point painter has to be taken with care:
It is senseless to use an implementation that does not interconnect both
coordinates given to
IPointPainter.paintPoint(int, int, int, int, Graphics, ITracePoint2D)
. |
void |
IErrorBarPainter.setEndPointPainter(IPointPainterConfigurableUI<?> endPointPainter)
Sets the painter for the end point of the error bar.
|
void |
IErrorBarPainter.ISegment.setPointPainter(IPointPainterConfigurableUI<?> pointPainter)
Sets the point painter of this segment.
|
void |
IErrorBarPainter.setStartPointPainter(IPointPainterConfigurableUI<?> startPointPainter)
Note that the choice for the right point painter has to be taken with care:
It is senseless to use an implementation that interconnects both
coordinates given to
IPointPainter.paintPoint(int, int, int, int, Graphics, ITracePoint2D)
. |
Modifier and Type | Method and Description |
---|---|
IPointPainterConfigurableUI<?> |
ErrorBarPainter.getConnectionPainter() |
IPointPainterConfigurableUI<?> |
ErrorBarPainter.getEndPointPainter() |
IPointPainterConfigurableUI<?> |
ErrorBarPainter.getStartPointPainter() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorBarPainter.setConnectionPainter(IPointPainterConfigurableUI<?> connectionPainter) |
void |
ErrorBarPainter.setEndPointPainter(IPointPainterConfigurableUI<?> endPointPainter) |
void |
ErrorBarPainter.setStartPointPainter(IPointPainterConfigurableUI<?> startPointPainter) |
Modifier and Type | Class and Description |
---|---|
class |
APointPainter<T extends IPointPainterConfigurableUI<T>>
Adapter class that implements optional methods of
as "no operation". |
class |
APointPainterCandleStick<T extends IPointPainterConfigurableUI<T>>
Adds additional configuration options for candlestick point painters.
|
Modifier and Type | Class and Description |
---|---|
class |
APointPainter<T extends IPointPainterConfigurableUI<T>>
Adapter class that implements optional methods of
as "no operation". |
class |
APointPainterCandleStick<T extends IPointPainterConfigurableUI<T>>
Adds additional configuration options for candlestick point painters.
|
class |
PointPainterCandleStick
A special point painter that will only be useful to render instances of
CandleStick . |
class |
PointPainterDisc
Renders points in form of a disc with configurable diameter.
|
class |
PointPainterLine
A point painter that renders a trace by lines.
|
class |
PointPainterVerticalBar
Renders points by painting a bar with choosable width for each point to show.
|
Modifier and Type | Class and Description |
---|---|
class |
TracePainterConfigurable<T extends IPointPainterConfigurableUI<T>>
An
implementation that works on a given . |
Modifier and Type | Field and Description |
---|---|
protected T |
TracePainterConfigurable.m_pointPainter
The implementation for rendering the point as a disc.
|
Copyright © 2017. All rights reserved.