Uses of Class
com.jrefinery.chart.AbstractTitle

Packages that use AbstractTitle
com.jrefinery.chart The main classes in the JFreeChart class library. 
com.jrefinery.chart.event The event classes in the JFreeChart class library. 
com.jrefinery.chart.ui An optional package containing user interface components for editing chart properties (used in the JFreeChart demo application); 
 

Uses of AbstractTitle in com.jrefinery.chart
 

Subclasses of AbstractTitle in com.jrefinery.chart
 class DateTitle
          DateTitle (an extension of TextTitle) is a simple convenience class to easily add the text of the date to a chart.
 class ImageTitle
          A chart title that displays an image.
 class LegendTitle
          A chart title that displays a legend for the data in the chart.
 class TextTitle
          A standard chart title.
 

Methods in com.jrefinery.chart that return AbstractTitle
 AbstractTitle JFreeChart.getTitle(int index)
          Returns a chart title.
 

Methods in com.jrefinery.chart with parameters of type AbstractTitle
 void JFreeChart.addTitle(AbstractTitle title)
          Adds the chart title, and notifies registered listeners that the chart has been modified.
 void JThermometer.addTitle(AbstractTitle title)
          Adds a title to the chart.
 

Uses of AbstractTitle in com.jrefinery.chart.event
 

Methods in com.jrefinery.chart.event that return AbstractTitle
 AbstractTitle TitleChangeEvent.getTitle()
          Returns the title that generated the event.
 

Constructors in com.jrefinery.chart.event with parameters of type AbstractTitle
TitleChangeEvent(AbstractTitle title)
          Default constructor.
 

Uses of AbstractTitle in com.jrefinery.chart.ui
 

Methods in com.jrefinery.chart.ui with parameters of type AbstractTitle
 void TitlePropertyEditPanel.setTitleProperties(AbstractTitle title)
          Sets the properties of the specified title to match the properties defined on this panel.
 

Constructors in com.jrefinery.chart.ui with parameters of type AbstractTitle
TitlePropertyEditPanel(AbstractTitle title)
          Standard constructor: builds a panel for displaying/editing the properties of the specified title.