| java.lang.Object | ||
| ↳ | java.util.EventObject | |
| ↳ | org.jfree.chart.event.ChartProgressEvent | |
An event that contains information about the drawing progress of a chart.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | DRAWING_FINISHED | Indicates drawing has finished. | |||||||||
| int | DRAWING_STARTED | Indicates drawing has started. | |||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new chart change event.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the chart that generated the change event.
| |||||||||||
Returns the percentage complete.
| |||||||||||
Returns the event type.
| |||||||||||
Sets the chart that generated the change event.
| |||||||||||
Sets the percentage complete.
| |||||||||||
Sets the event type.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.EventObject
| |||||||||||
From class
java.lang.Object
| |||||||||||
Indicates drawing has finished.
Indicates drawing has started.
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. |
| percent | the percentage of completion. |
Returns the chart that generated the change event.
Returns the percentage complete.
Returns the event type.
Sets the chart that generated the change event.
| chart | the chart that generated the event. |
|---|
Sets the percentage complete.
| percent | the percentage. |
|---|
Sets the event type.
| type | the event type. |
|---|