Uses of Class
com.quinncurtis.chart2djava.PolarAxes

Packages that use PolarAxes
com.quinncurtis.chart2djava   
 

Uses of PolarAxes in com.quinncurtis.chart2djava
 

Methods in com.quinncurtis.chart2djava that return PolarAxes
 PolarAxes PolarAxesLabels.getBasePolarAxis()
          Returns the PolarAxes object associated with this object.
 PolarAxes PolarCoordinates.getCompatibleAxes()
          This method returns an PolarAxes axis object, compatible with this coordinate system.
 PolarAxes PolarCoordinates.getCompatibleAxis()
          This method returns an PolarAxes axis object, compatible with this coordinate system.
 

Methods in com.quinncurtis.chart2djava with parameters of type PolarAxes
 void PolarAxes.copy(PolarAxes source)
          Copies the source polar axis.
 void PolarAxesLabels.setBasePolarAxis(PolarAxes axis)
          Sets the PolarAxes object associated with this object.
 

Constructors in com.quinncurtis.chart2djava with parameters of type PolarAxes
PolarAxesLabels(PolarAxes baseaxis)
          This constructor creates a new PolarAxesLabels object based on the specified PolarAxes object.
PolarGrid(PolarAxes polaraxis, int gridtype)
          This constructor creates a new PolarGrid object based on the specified polar axis object.
PolarGrid(PolarAxes polaraxis, int gridmagtype, int gridangletype)
          This constructor creates a new PolarGrid object based on the specified polar axis object.