com.ijchart.xychart.constant
Class AxisLabelType

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

public final class AxisLabelType
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 AxisLabelType COLUMN
          列.
static AxisLabelType ROW
          行.
 
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

ROW

public static final AxisLabelType ROW
行.


COLUMN

public static final AxisLabelType COLUMN
列.

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值.