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. |
Modifier and Type | Method and Description |
---|---|
AAxis.AChart2DDataAccessor |
IAxis.getAccessor()
Returns the accessor to the chart.
|
Modifier and Type | Class and Description |
---|---|
class |
AAxis.XDataAccessor
An accessor for the x axis of a chart.
|
protected class |
AAxis.YDataAccessor
Accesses the y axis of the
Chart2D . |
protected class |
AAxisTransformation.XDataAccessor
An accessor for the x axis of a chart.
|
protected class |
AAxisTransformation.YDataAccessor
Accesses the y axis of the
Chart2D . |
protected class |
AxisInverse.XDataInverseAccessor
An accessor for the x axis of a chart.
|
protected class |
AxisInverse.YDataInverseAccessor
Accesses the y axis of the
Chart2D . |
Modifier and Type | Field and Description |
---|---|
protected AAxis.AChart2DDataAccessor |
AAxis.m_accessor
The accessor to the Chart2D.
|
Modifier and Type | Method and Description |
---|---|
protected AAxis.AChart2DDataAccessor |
AxisInverse.createAccessor(Chart2D chart,
int dimension,
int position) |
protected AAxis.AChart2DDataAccessor |
AxisLinear.createAccessor(Chart2D chart,
int dimension,
int position) |
protected AAxis.AChart2DDataAccessor |
AAxisTransformation.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. |
AAxis.AChart2DDataAccessor |
AAxis.getAccessor()
Returns the accessor to the chart.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AAxis.setAccessor(AAxis.AChart2DDataAccessor accessor)
Sets the accessor to the axis of the chart.
|
Copyright © 2019. All rights reserved.