Uses of Class
com.quinncurtis.chart2djava.PolarAxesLabels

Packages that use PolarAxesLabels
com.quinncurtis.chart2djava   
 

Uses of PolarAxesLabels in com.quinncurtis.chart2djava
 

Methods in com.quinncurtis.chart2djava that return PolarAxesLabels
 PolarAxesLabels PolarAxes.getPolarAxesLabels()
          Returns the PolarAxesLabels object, if any, associated with this object.
 

Methods in com.quinncurtis.chart2djava with parameters of type PolarAxesLabels
 void PolarAxesLabels.copy(PolarAxesLabels source)
          Copies the source polar axis labels.
 void PolarAxes.setPolarAxesLabels(PolarAxesLabels axeslabels)
          Sets the PolarAxesLabels object, if any, associated with this object.