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 |
---|---|
void |
Chart2D.addAxisXBottom(AAxis<?> axisX)
Adds the given x axis to the list of internal bottom x axes.
|
void |
Chart2D.addAxisXTop(AAxis<?> axisX)
Adds the given x axis to the list of internal top x axes.
|
void |
Chart2D.addAxisYLeft(AAxis<?> axisY)
Adds the given y axis to the list of internal left y axes.
|
void |
Chart2D.addAxisYRight(AAxis<?> axisY)
Adds the given y axis to the list of internal right y axes.
|
List<IAxis<?>> |
Chart2D.setAxisX(AAxis<?> axisX)
Deprecated.
use
instead. |
IAxis<?> |
Chart2D.setAxisXBottom(AAxis<?> axisX,
int position)
Sets the bottom x axis on the given position to use and replaces the old
one on that place.
|
IAxis<?> |
Chart2D.setAxisXTop(AAxis<?> axisX,
int position)
Sets the top x axis on the given position to use and replaces the old one
on that place.
|
List<IAxis<?>> |
Chart2D.setAxisY(AAxis<?> axisY)
Deprecated.
use
instead. |
IAxis<?> |
Chart2D.setAxisYLeft(AAxis<?> axisY,
int position)
Sets the left y axis on the given position to use and replaces the old one
on that place.
|
IAxis<?> |
Chart2D.setAxisYRight(AAxis<?> axisY,
int position)
Sets the right y axis on the given position to use and replaces the old one
on that place.
|
Modifier and Type | Class and Description |
---|---|
class |
AAxisTransformation<T extends AxisScalePolicyTransformation>
Base class for Axis implementations that transform the scale for changed
display.
|
class |
AxisInverse<T extends IAxisScalePolicy>
An
AAxis with inverse display of values. |
class |
AxisLinear<T extends IAxisScalePolicy>
An
with linear display of values. |
class |
AxisLog10<T extends AxisScalePolicyTransformation>
An
AAxis with log base 10 scaled
display of values. |
class |
AxisLogE<T extends AxisScalePolicyTransformation>
An
AAxis with log scaled display of
values. |
Copyright © 2018. All rights reserved.