| java.lang.Object | ||
| ↳ | java.util.EventObject | |
| ↳ | org.jfree.chart.event.ChartChangeEvent | |
Known Direct Subclasses
|
A change event that encapsulates information about a change to a chart.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new chart change event.
| |||||||||||
Creates a new chart change event.
| |||||||||||
Creates a new chart change event.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the chart that generated the change event.
| |||||||||||
Returns the event type.
| |||||||||||
Sets the chart that generated the change event.
| |||||||||||
Sets the event type.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a new chart change event.
| source | the source of the event (could be the chart, a title, an axis etc.) |
|---|
Creates a new chart change event.
| source | the source of the event (could be the chart, a title, an axis etc.) |
|---|---|
| chart | the chart that generated the event. |
Creates a new chart change event.
| source | the source of the event (could be the chart, a title, an axis etc.) |
|---|---|
| chart | the chart that generated the event. |
| type | the type of event. |
Returns the chart that generated the change event.
Sets the chart that generated the change event.
| chart | the chart that generated the event. |
|---|
Sets the event type.
| type | the event type. |
|---|