Package org.jfree.chart.event
Class ChartChangeEventType
java.lang.Object
org.jfree.chart.event.ChartChangeEventType
- All Implemented Interfaces:
Serializable
Defines tokens used to indicate an event type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ChartChangeEventType
DATASET_UPDATED.static final ChartChangeEventType
GENERAL.static final ChartChangeEventType
NEW_DATASET. -
Method Summary
-
Field Details
-
GENERAL
GENERAL. -
NEW_DATASET
NEW_DATASET. -
DATASET_UPDATED
DATASET_UPDATED.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrue
if this object is equal to the specified object, andfalse
otherwise. -
hashCode
Returns a hash code value for the object.
-