Uses of Class
com.quinncurtis.chart2djava.ChartTitle

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

Uses of ChartTitle in com.quinncurtis.chart2djava
 

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

Uses of ChartTitle in com.quinncurtis.spcchartjava
 

Methods in com.quinncurtis.spcchartjava that return ChartTitle
 ChartTitle SPCChartObjects.getFooter()
          Get a reference to the charts subhead.
 ChartTitle ProbabilityChart.getFooter()
          Get the footer object for the chart.
 ChartTitle ParetoChart.getFooter()
          Get the footer of the chart.
 ChartTitle FrequencyHistogramChart.getFooter()
          Get the footer object for the chart.
 ChartTitle SPCChartObjects.getMainTitle()
          Get a reference to the charts mainTitle.
 ChartTitle ProbabilityChart.getMainTitle()
          Get the main title object for the chart.
 ChartTitle ParetoChart.getMainTitle()
          Get main title object of the chart.
 ChartTitle FrequencyHistogramChart.getMainTitle()
          Get the main title object for the chart.
 ChartTitle SPCChartObjects.getSubHead()
          Get a reference to the charts subhead.
 ChartTitle ProbabilityChart.getSubHead()
          Get the subhead title object for the chart.
 ChartTitle FrequencyHistogramChart.getSubHead()
          Get the subhead title object for the chart.