org.jfree.chart.event

Class TitleChangeEvent


public class TitleChangeEvent
extends ChartChangeEvent

A change event that encapsulates information about a change to a chart title.

Constructor Summary

TitleChangeEvent(Title title)
Default constructor.

Method Summary

Title
getTitle()
Returns the title that generated the event.

Methods inherited from class org.jfree.chart.event.ChartChangeEvent

getChart, getType, setChart, setType

Constructor Details

TitleChangeEvent

public TitleChangeEvent(Title title)
Default constructor.
Parameters:
title - the chart title that generated the event.

Method Details

getTitle

public Title getTitle()
Returns the title that generated the event.
Returns:
The title that generated the event.