|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxisLabels | |
---|---|
com.quinncurtis.chart2djava | |
com.quinncurtis.spcchartjava |
Uses of AxisLabels in com.quinncurtis.chart2djava |
---|
Subclasses of AxisLabels in com.quinncurtis.chart2djava | |
---|---|
class |
NumericAxisLabels
The NumericAxisLabels class manages and displays the axis labels for linear and log axes. |
class |
PolarAxesLabels
The PolarAxesLabels class labels the tick marks of the x-axis, y-axis, and radial axis of the associated PolarAxes object. |
class |
StringAxisLabels
The LinearAxisLabels class manages and displays the axis labels for linear and log axes. |
class |
TimeAxisLabels
The LinearAxisLabels class manages and displays the axis labels for linear and log axes. |
Methods in com.quinncurtis.chart2djava that return AxisLabels | |
---|---|
AxisLabels |
Axis.getAxisLabels()
Returns the axis labels object associated with this axis. |
AxisLabels |
PolarAxes.getCompatibleAxesLabels()
This method returns an AxesLabels object that is compatible with this PolarAxes object. |
AxisLabels |
TimeAxis.getCompatibleAxisLabels()
This method returns an AxisLabels object that is compatible with this TimeAxis object. |
AxisLabels |
LogAxis.getCompatibleAxisLabels()
This method returns an AxisLabels object that is compatible with this LogAxis object. |
AxisLabels |
LinearAxis.getCompatibleAxisLabels()
This method returns an AxisLabels object that is compatible with this LinearAxis object. |
abstract AxisLabels |
Axis.getCompatibleAxisLabels()
The abstract getCompatibleAxisLabels method needs to be implemented in any subclasses of this class. |
Methods in com.quinncurtis.chart2djava with parameters of type AxisLabels | |
---|---|
void |
AxisLabels.copy(AxisLabels source)
Copies the source axis labels. |
void |
Axis.setAxisLabels(AxisLabels axislabels)
Sets the axis labels object associated with this axis. |
Uses of AxisLabels in com.quinncurtis.spcchartjava |
---|
Methods in com.quinncurtis.spcchartjava that return AxisLabels | |
---|---|
AxisLabels |
ProbabilitySigmaAxis.getCompatibleAxisLabels()
This method returns an AxisLabels object that is compatible with this ProbabilitySigmaAxis object. |
AxisLabels |
ProbabilityAxis.getCompatibleAxisLabels()
This method returns an AxisLabels object that is compatible with this ProbabilityAxis object. |
AxisLabels |
SPCChartObjects.getXAxisLab()
Get a reference to the charts x-axis labels. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |