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
TitlegetTitle()
Returns the 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.

Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.