Uses of Class
com.quinncurtis.chart2djava.Grid

Packages that use Grid
com.quinncurtis.chart2djava   
com.quinncurtis.spcchartjava   
 

Uses of Grid in com.quinncurtis.chart2djava
 

Subclasses of Grid in com.quinncurtis.chart2djava
 class PolarGrid
          The PolarGrid class manages and displays the grid lines for PolarAxes axes.
 

Methods in com.quinncurtis.chart2djava with parameters of type Grid
 void Grid.copy(Grid source)
          Copies the source grid.
 

Uses of Grid in com.quinncurtis.spcchartjava
 

Methods in com.quinncurtis.spcchartjava that return Grid
 Grid SPCChartObjects.getXGrid()
          Get a reference to the charts x-axis grid.
 Grid ProbabilityChart.getXGrid()
          Get the x-axis grid object of the of the chart.
 Grid FrequencyHistogramChart.getXGrid()
          Get the x-axis grid object.
 Grid SPCChartObjects.getYGrid()
          Get a reference to the charts y-axis grid.
 Grid ProbabilityChart.getYGrid()
          Get the y-axis title object of the of the chart.
 Grid ParetoChart.getYGrid()
          Get the y-axis grid object of the chart.
 Grid FrequencyHistogramChart.getYGrid()
          Get the y-axis grid object.