Uses of Class
com.quinncurtis.chart2djava.PolarCoordinates

Packages that use PolarCoordinates
com.quinncurtis.chart2djava   
 

Uses of PolarCoordinates in com.quinncurtis.chart2djava
 

Methods in com.quinncurtis.chart2djava with parameters of type PolarCoordinates
 void PolarCoordinates.copy(PolarCoordinates source)
          Copies the source PolarCoordinates object.
 void PolarGrid.setChartObjScale(PolarCoordinates transform)
          Sets the reference to the PhysicalCoordinates object that the chart object is placed in.
 void PolarAxesLabels.setChartObjScale(PolarCoordinates transform)
          Sets the reference to the PolarCoordinates object that the chart object is placed in.
 void PolarAxes.setChartObjScale(PolarCoordinates transform)
          Sets the reference to the PolarCoordinates object that the chart object is placed in.
 

Constructors in com.quinncurtis.chart2djava with parameters of type PolarCoordinates
PolarAxes(PolarCoordinates transform)
          This constructor creates a new PolarAxes object and scales it to match the values of the specified PolarCoordinates object.
PolarLinePlot(PolarCoordinates transform)
          This constructor creates a new PolarLinePlot object that will reside in the specified coordinate system.
PolarLinePlot(PolarCoordinates transform, SimpleDataset dataset, ChartAttribute attrib)
          This constructor creates a new PolarLinePlot object that will reside in the specified coordinate system.
PolarScatterPlot(PolarCoordinates transform)
          This constructor creates a new PolarScatterPlot object that will reside in the specified coordinate system.
PolarScatterPlot(PolarCoordinates transform, SimpleDataset dataset, int symtype, ChartAttribute attrib)
          This constructor creates a new PolarScatterPlot object that will reside in the specified coordinate system.