public class TitleChangeEvent extends ChartChangeEvent
Constructor and Description |
---|
TitleChangeEvent(Title title)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Title |
getTitle()
Returns the title that generated the event.
|
getChart, getType, setChart, setType
public TitleChangeEvent(Title title)
title
- the chart title that generated the event.