com.ijchart.xychart.constant
Class ChartChangeEventType

java.lang.Object
  extended by com.ijchart.xychart.constant.ChartChangeEventType
All Implemented Interfaces:
java.io.Serializable

public final class ChartChangeEventType
extends java.lang.Object
implements java.io.Serializable

Title: IJChart

Description: a chart library for the Java(tm) platform.

图表变化的事件类型.

Copyright: Copyright (c) 2013

Company:

Version:
1.0
Author:
zhang feng min,shanghai china. Contract me by email.
See Also:
Serialized Form

Field Summary
static ChartChangeEventType DATASET_UPDATED
          数据集发生变化.
static ChartChangeEventType GENERAL
          一般.
static ChartChangeEventType NEW_DATASET
          新的数据集.
 
Method Summary
 boolean equals(java.lang.Object obj)
          测试两个类的实例是否相等.
 int hashCode()
          计算hashcode的值.
 java.lang.String toString()
          事件的名称.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

GENERAL

public static final ChartChangeEventType GENERAL
一般.


NEW_DATASET

public static final ChartChangeEventType NEW_DATASET
新的数据集.


DATASET_UPDATED

public static final ChartChangeEventType DATASET_UPDATED
数据集发生变化.

Method Detail

toString

public java.lang.String toString()
事件的名称.

Overrides:
toString in class java.lang.Object
Returns:
事件名称.

equals

public boolean equals(java.lang.Object obj)
测试两个类的实例是否相等.

Overrides:
equals in class java.lang.Object
Parameters:
obj - 要比较的对象 (可为null).
Returns:
A boolean.

hashCode

public int hashCode()
计算hashcode的值.

Overrides:
hashCode in class java.lang.Object
Returns:
hascode值.