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