Header
And More


Uses of Class
org.jfree.chart.event.TitleChangeEvent

Packages that use TitleChangeEvent
org.jfree.chart Core classes, including JFreeChart and ChartPanel
org.jfree.chart.event Event classes and listener interfaces, used to provide a change notification mechanism so that charts are automatically redrawn whenever changes are made to any chart component. 
org.jfree.chart.title Classes used to display chart titles and subtitles. 
 

Uses of TitleChangeEvent in org.jfree.chart
 

Methods in org.jfree.chart with parameters of type TitleChangeEvent
 void JFreeChart.titleChanged(TitleChangeEvent event)
          Receives notification that a chart title has changed, and passes this on to registered listeners.
 

Uses of TitleChangeEvent in org.jfree.chart.event
 

Methods in org.jfree.chart.event with parameters of type TitleChangeEvent
 void TitleChangeListener.titleChanged(TitleChangeEvent event)
          Receives notification of a chart title change event.
 

Uses of TitleChangeEvent in org.jfree.chart.title
 

Methods in org.jfree.chart.title with parameters of type TitleChangeEvent
protected  void Title.notifyListeners(TitleChangeEvent event)
          Notifies all registered listeners that the chart title has changed in some way.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.