Package | Description |
---|---|
info.monitorenter.gui.chart |
The core package for jchart2d.
|
info.monitorenter.gui.chart.axis |
Contains
IAxis implementations
of jchart2d that model the axis of the chart. |
info.monitorenter.gui.chart.demos |
Examples for construction of charts using different features.
|
info.monitorenter.gui.chart.events |
Package for
ActionEvent implementations. |
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 |
Contains
ITrace2D implementations
of jchart2d that model the 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. |
info.monitorenter.gui.util |
Unused package intended for automatic color choosing with the visually most
different colors.
|
Modifier and Type | Class and Description |
---|---|
class |
ZoomableChart
enriched by a
zoom-functionality in the x and y dimension. |
Modifier and Type | Method and Description |
---|---|
Chart2D |
ITrace2D.getRenderer() |
Chart2D |
Chart2D.getSynchronizedXStartChart()
Returns the chart that will be synchronized for finding the start
coordinate of this chart to draw in x dimension (
). |
Modifier and Type | Method and Description |
---|---|
ITracePoint2D |
IPointFinder.getNearestPoint(int mouseEventX,
int mouseEventY,
Chart2D chart)
Returns the nearest
to the given mouse
event's screen coordinates. |
ITracePoint2D |
IPointFinder.getNearestPoint(MouseEvent me,
Chart2D chart)
Returns the nearest
to the given mouse
event's screen coordinates or null if no point was found /
service is not implemented. |
ITracePoint2D |
Chart2D.PointFinder.getNearestPoint(MouseEvent me,
Chart2D chart)
Default implementation always returns null.
|
String |
IToolTipType.getToolTipText(Chart2D chart,
MouseEvent me)
The base class implementation that returns the tool tip text for the
given mouse event which is a NONE implementation here.
|
String |
Chart2D.ToolTipType.getToolTipText(Chart2D chart,
MouseEvent me) |
void |
ITrace2D.setRenderer(Chart2D renderer)
This is a callback from
addTrace(ITrace2D) and must not be
invoked from elsewhere (needed for synchronization). |
void |
Chart2D.setSynchronizedXStartChart(Chart2D synchronizedXStartChart)
Sets the chart that will be synchronized for finding the start coordinate
of this chart to draw in x dimension (
). |
Modifier and Type | Field and Description |
---|---|
protected Chart2D |
AAxis.AChart2DDataAccessor.m_chart
The chart that is accessed.
|
Modifier and Type | Method and Description |
---|---|
Chart2D |
AAxis.AChart2DDataAccessor.getChart()
Returns the chart that is accessed.
|
Modifier and Type | Method and Description |
---|---|
protected AAxis.AChart2DDataAccessor |
AxisInverse.createAccessor(Chart2D chart,
int dimension,
int position) |
protected AAxis.AChart2DDataAccessor |
AAxisTransformation.createAccessor(Chart2D chart,
int dimension,
int position) |
protected AAxis.AChart2DDataAccessor |
AxisLinear.createAccessor(Chart2D chart,
int dimension,
int position) |
protected abstract AAxis.AChart2DDataAccessor |
AAxis.createAccessor(Chart2D chart,
int dimension,
int position)
Template method to create the proper
implementation. |
void |
AAxis.setChart(Chart2D chart,
int dimension,
int position)
Callback that allows the chart to register itself with the axis when the
axis is added to the chart.
|
Constructor and Description |
---|
AChart2DDataAccessor(Chart2D chart)
Constructor with the chart that is accessed.
|
XDataAccessor(Chart2D chart)
Creates an instance that accesses the given chart's x axis.
|
XDataAccessor(Chart2D chart)
Creates an instance that accesses the given chart's x axis.
|
XDataInverseAccessor(Chart2D chart)
Creates an instance that accesses the given chart's x axis.
|
YDataAccessor(Chart2D chart)
Creates an instance that accesses the y axis of the given chart.
|
YDataAccessor(Chart2D chart)
Creates an instance that accesses the y axis of the given chart.
|
YDataInverseAccessor(Chart2D chart)
Creates an instance that accesses the y axis of the given chart.
|
Modifier and Type | Field and Description |
---|---|
protected Chart2D |
MultiTracing.m_chart
The chart to fill.
|
protected Chart2D |
AntialiasingChart.m_chart
The chart to use.
|
protected Chart2D |
TransparentChart.m_chart
The chart to use.
|
protected Chart2D |
Showcase.m_chart
The char to use.
|
Modifier and Type | Method and Description |
---|---|
Chart2D |
StaticCollectorChart.getChart()
Returns the chart.
|
Chart2D |
Showcase.getChart()
Returns the chart.
|
Modifier and Type | Method and Description |
---|---|
void |
Showcase.setChart(Chart2D chart2D)
Sets the chart to use.
|
Constructor and Description |
---|
AntialiasingChart(Chart2D chart,
String label)
Creates an instance that will dynamically paint on the chart to a trace
with the given label.
|
TransparentChart(Chart2D chart,
String label)
Creates an instance that will dynamically paint on the chart to a trace
with the given label.
|
Modifier and Type | Field and Description |
---|---|
protected Chart2D |
AChart2DAction.m_chart
The target of this action.
|
Modifier and Type | Method and Description |
---|---|
static Chart2DActionPrintSingleton |
Chart2DActionPrintSingleton.getInstance(Chart2D chart)
Returns the single instance for the given component or null, if it is not existing.
|
static Chart2DActionPrintSingleton |
Chart2DActionPrintSingleton.getInstance(Chart2D chart,
String actionName)
Returns the single instance for the given component, potentially creating it.
|
static Chart2DActionSaveImageSingleton |
Chart2DActionSaveImageSingleton.getInstance(Chart2D chart,
String actionName)
Returns the single instance for the given component, potentially creating it.
|
Constructor and Description |
---|
AChart2DAction(Chart2D chart,
String description)
Create an
Action that accesses the chart and identifies itself
with the given action String. |
Constructor and Description |
---|
PointPainterVerticalBar(Chart2D chart)
Creates an instance with a default bar width size of 4.
|
PointPainterVerticalBar(int barWidth,
Chart2D chart)
Creates an instance with the bar width.
|
Modifier and Type | Method and Description |
---|---|
Chart2D |
Trace2DCandleSticks.getRenderer() |
Chart2D |
ATrace2D.getRenderer()
Returns the chart that renders this instance or null, if this trace is not
added to a chart.
|
Chart2D |
Trace2DDebugger.getRenderer() |
Chart2D |
Trace2DAxisSwap.getRenderer() |
Chart2D |
TraceProxy.getRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
Trace2DCandleSticks.setRenderer(Chart2D renderer) |
void |
ATrace2D.setRenderer(Chart2D renderer)
Allows the chart this instance is painted by to register itself.
|
void |
Trace2DDebugger.setRenderer(Chart2D renderer) |
void |
Trace2DAxisSwap.setRenderer(Chart2D renderer) |
void |
TraceProxy.setRenderer(Chart2D renderer) |
Constructor and Description |
---|
TracePainterFill(Chart2D chart)
Constructor with the corresponding chart.
|
TracePainterVerticalBar(Chart2D chart)
Creates an instance with a default bar width size of 4.
|
TracePainterVerticalBar(int barWidth,
Chart2D chart)
Creates an instance with the bar width.
|
Modifier and Type | Method and Description |
---|---|
static Chart2D |
TracePoint2DUtil.getChartFromTrace(ITrace2D trace)
Returns the chart this trace is attached to.
|
static Chart2D |
TracePoint2DUtil.getChartFromTracePoint(ITracePoint2D tracePoint)
Returns the chart this tracepoint is attached to.
|
Copyright © 2018. All rights reserved.