Uses of Class
org.jfree.chart.event.TitleChangeEvent
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.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.
Classes used to display chart titles and subtitles.
-
Uses of TitleChangeEvent in org.jfree.chart
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
TitleChangeListener.titleChanged
(TitleChangeEvent event) Receives notification of a chart title change event. -
Uses of TitleChangeEvent in org.jfree.chart.title
Modifier and TypeMethodDescriptionprotected void
Title.notifyListeners
(TitleChangeEvent event) Notifies all registered listeners that the chart title has changed in some way.