|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.jfree.chart.event.ChartChangeEvent
org.jfree.chart.event.TitleChangeEvent
public class TitleChangeEvent
A change event that encapsulates information about a change to a chart title.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
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 |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TitleChangeEvent(Title title)
title
- the chart title that generated the event.Method Detail |
---|
public Title getTitle()
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |