|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.constant.GranttDrawType
public final class GranttDrawType
Title: IJChart
Description: a chart library for the Java(tm) platform.
描述甘特图(Grantt)的图形绘制方式,平行或垂直.Copyright: Copyright (c) 2013
Company:
Field Summary | |
---|---|
static GranttDrawType |
PARALLELA
顶对齐. |
static GranttDrawType |
VERTICAL
底对齐. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
测试两个对象是否相等,相等返回true,否则返回false. |
int |
hashCode()
返回hashcode值. |
java.lang.String |
toString()
覆盖toString方法. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final GranttDrawType PARALLELA
public static final GranttDrawType VERTICAL
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 |