public final class

ChartChangeEventType

extends Object
implements Serializable
java.lang.Object
   ↳ org.jfree.chart.event.ChartChangeEventType

Class Overview

Defines tokens used to indicate an event type.

Summary

Fields
public static final ChartChangeEventType DATASET_UPDATED DATASET_UPDATED.
public static final ChartChangeEventType GENERAL GENERAL.
public static final ChartChangeEventType NEW_DATASET NEW_DATASET.
Public Methods
boolean equals(Object obj)
Returns true if this object is equal to the specified object, and false otherwise.
int hashCode()
Returns a hash code value for the object.
String toString()
Returns a string representing the object.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final ChartChangeEventType DATASET_UPDATED

DATASET_UPDATED.

public static final ChartChangeEventType GENERAL

GENERAL.

public static final ChartChangeEventType NEW_DATASET

NEW_DATASET.

Public Methods

public boolean equals (Object obj)

Returns true if this object is equal to the specified object, and false otherwise.

Parameters
obj the object (null permitted).
Returns
  • A boolean.

public int hashCode ()

Returns a hash code value for the object.

Returns
  • The hashcode

public String toString ()

Returns a string representing the object.

Returns
  • The string.