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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the title that generated the event.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Default constructor.
title | the chart title that generated the event. |
---|
Returns the title that generated the event.