| Package | Description |
|---|---|
| org.jfree.chart.event |
| Modifier and Type | Field and Description |
|---|---|
static ChartChangeEventType |
ChartChangeEventType.DATASET_UPDATED
DATASET_UPDATED.
|
static ChartChangeEventType |
ChartChangeEventType.GENERAL
GENERAL.
|
static ChartChangeEventType |
ChartChangeEventType.NEW_DATASET
NEW_DATASET.
|
| Modifier and Type | Method and Description |
|---|---|
ChartChangeEventType |
ChartChangeEvent.getType()
Returns the event type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChartChangeEvent.setType(ChartChangeEventType type)
Sets the event type.
|
| Constructor and Description |
|---|
ChartChangeEvent(java.lang.Object source,
JFreeChart chart,
ChartChangeEventType type)
Creates a new chart change event.
|