org.jfree.chart.event

Class ChartChangeEventType

public final class ChartChangeEventType extends Object implements Serializable

Defines tokens used to indicate an event type.
Field Summary
static ChartChangeEventTypeDATASET_UPDATED
DATASET_UPDATED.
static ChartChangeEventTypeGENERAL
GENERAL.
static ChartChangeEventTypeNEW_DATASET
NEW_DATASET.
Method Summary
booleanequals(Object obj)
Returns true if this object is equal to the specified object, and false otherwise.
inthashCode()
Returns a hash code value for the object.
StringtoString()
Returns a string representing the object.

Field Detail

DATASET_UPDATED

public static final ChartChangeEventType DATASET_UPDATED
DATASET_UPDATED.

GENERAL

public static final ChartChangeEventType GENERAL
GENERAL.

NEW_DATASET

public static final ChartChangeEventType NEW_DATASET
NEW_DATASET.

Method Detail

equals

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.

hashCode

public int hashCode()
Returns a hash code value for the object.

Returns: The hashcode

toString

public String toString()
Returns a string representing the object.

Returns: The string.

Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.