java.lang.Object | ||
↳ | java.util.EventObject | |
↳ | org.jfree.chart.event.ChartChangeEvent |
![]() |
A change event that encapsulates information about a change to a chart.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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. |
---|