Package org.jfree.chart.event
Class TitleChangeEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.jfree.chart.event.ChartChangeEvent
-
- org.jfree.chart.event.TitleChangeEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class TitleChangeEvent extends ChartChangeEvent
A change event that encapsulates information about a change to a chart title.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TitleChangeEvent(Title title)
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Title
getTitle()
Returns the title that generated the event.-
Methods inherited from class org.jfree.chart.event.ChartChangeEvent
getChart, getType, setChart, setType
-
-
-
-
Field Detail
-
title
private Title title
The chart title that generated the event.
-
-
Constructor Detail
-
TitleChangeEvent
public TitleChangeEvent(Title title)
Default constructor.- Parameters:
title
- the chart title that generated the event.
-
-
Method Detail
-
getTitle
public Title getTitle()
Returns the title that generated the event.- Returns:
- The title that generated the event.
-
-