org.jfree.chart.event
public class TitleChangeEvent extends ChartChangeEvent
| Constructor Summary | |
|---|---|
| TitleChangeEvent(Title title)
Default constructor.
| |
| Method Summary | |
|---|---|
| Title | getTitle()
Returns the title that generated the event.
|
Parameters: title the chart title that generated the event.
Returns: The title that generated the event.