Uses of Class
com.quinncurtis.chart3djava.AxisLabels

Uses of AxisLabels in com.quinncurtis.chart3djava
 

Subclasses of AxisLabels in com.quinncurtis.chart3djava
 class NumericAxisLabels
          The NumericAxisLabels class manages and displays the axis labels for linear and log axes.
 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.chart3djava that return AxisLabels
 AxisLabels Axis.getAxisLabels()
          Returns the axis labels object associated with this axis.
 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.chart3djava 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.