Uses of Class
com.approximatrix.charting.Title

Packages that use Title
com.approximatrix.charting   
com.approximatrix.charting.swing   
 

Uses of Title in com.approximatrix.charting
 

Fields in com.approximatrix.charting declared as Title
protected  Title AbstractChart.title
           
 

Methods in com.approximatrix.charting that return Title
 Title GenericChart.getTitle()
          Returns the title for this chart.
 Title Chart.getTitle()
          Returns the title for this chart.
 Title AbstractChart.getTitle()
          Returns the title for this chart.
 

Methods in com.approximatrix.charting with parameters of type Title
 void GenericChart.setTitle(Title t)
          Sets the title for this chart.
 void Chart.setTitle(Title t)
          Sets the title for this chart.
 void AbstractChart.setTitle(Title t)
          Sets the title for this chart.
 

Uses of Title in com.approximatrix.charting.swing
 

Methods in com.approximatrix.charting.swing that return Title
 Title ExtendedChartPanel.getTitle()
          Returns the title for this chart.
 Title ChartPanel.getTitle()
          Returns the title for this chart.
 

Methods in com.approximatrix.charting.swing with parameters of type Title
 void ExtendedChartPanel.setTitle(Title t)
          Sets the title for this chart.
 void ChartPanel.setTitle(Title t)
          Sets the title for this chart.