|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.constant.AxisLabelType
public final class AxisLabelType
Title: IJChart
Description: a chart library for the Java(tm) platform.
坐标轴标签类型.Copyright: Copyright (c) 2013
Company:
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 |
---|
public static final AxisLabelType ROW
public static final AxisLabelType COLUMN
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- 要比较的对象 (可为null).
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |