Uses of Class
com.quinncurtis.chart2djava.AxisTitle

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

Uses of AxisTitle in com.quinncurtis.chart2djava
 

Methods in com.quinncurtis.chart2djava with parameters of type AxisTitle
 void AxisTitle.copy(AxisTitle source)
          Copies the source axis title.
 

Uses of AxisTitle in com.quinncurtis.spcchartjava
 

Methods in com.quinncurtis.spcchartjava that return AxisTitle
 AxisTitle SPCChartObjects.getXAxisTitle()
          Get a reference to the charts left y-axis title.
 AxisTitle ProbabilityChart.getXAxisTitle()
          Get the x-axis title object of the of the chart.
 AxisTitle ParetoChart.getXAxisTitle()
          Get the x-axis title object of the of the chart.
 AxisTitle FrequencyHistogramChart.getXAxisTitle()
          Get the x-axis title object.
 AxisTitle SPCChartObjects.getYAxisTitle()
          Get a reference to the charts left y-axis title.
 AxisTitle ProbabilityChart.getYAxisTitle()
          Get the y-axis title object of the of the chart.
 AxisTitle FrequencyHistogramChart.getYAxisTitle()
          Get the y-axis title object.
 AxisTitle ParetoChart.getYAxisTitle1()
          Get the y-axis title object of the frequency histogram part of the chart.
 AxisTitle ParetoChart.getYAxisTitle2()
          Get the y-axis title object of the cumualtive frequency part of the chart.