Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
JFreeChart.titleChanged(TitleChangeEvent event)
Receives notification that a chart title has changed, and passes this
on to registered listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
TitleChangeListener.titleChanged(TitleChangeEvent event)
Receives notification of a chart title change event.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Title.notifyListeners(TitleChangeEvent event)
Notifies all registered listeners that the chart title has changed in
some way.
|