public class TitleChangeEvent extends ChartChangeEvent
| Modifier and Type | Field and Description |
|---|---|
private Title |
title
The chart title that generated the event.
|
| 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, setTypeprivate Title title
public TitleChangeEvent(Title title)
title - the chart title that generated the event.public Title getTitle()