Uses of Class
org.jfree.chart.event.ChartChangeEventType
Package
Description
Event classes and listener interfaces, used to provide a change
notification mechanism so that charts are automatically redrawn
whenever changes are made to any chart component.
-
Uses of ChartChangeEventType in org.jfree.chart.event
Modifier and TypeFieldDescriptionstatic final ChartChangeEventType
ChartChangeEventType.DATASET_UPDATED
DATASET_UPDATED.static final ChartChangeEventType
ChartChangeEventType.GENERAL
GENERAL.static final ChartChangeEventType
ChartChangeEventType.NEW_DATASET
NEW_DATASET.Modifier and TypeMethodDescriptionvoid
ChartChangeEvent.setType
(ChartChangeEventType type) Sets the event type.ModifierConstructorDescriptionChartChangeEvent
(Object source, JFreeChart chart, ChartChangeEventType type) Creates a new chart change event.