| java.lang.Object | |||
| ↳ | java.util.EventObject | ||
| ↳ | org.jfree.chart.event.ChartChangeEvent | ||
| ↳ | org.jfree.chart.event.TitleChangeEvent | ||
A change event that encapsulates information about a change to a chart title.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the title that generated the event.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.chart.event.ChartChangeEvent
| |||||||||||
From class
java.util.EventObject
| |||||||||||
From class
java.lang.Object
| |||||||||||
Default constructor.
| title | the chart title that generated the event. |
|---|
Returns the title that generated the event.