com.ijchart.xychart.constant
Class GranttDrawType

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

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

Title: IJChart

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

描述甘特图(Grantt)的图形绘制方式,平行或垂直.

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

PARALLELA

public static final GranttDrawType PARALLELA
顶对齐.


VERTICAL

public static final GranttDrawType VERTICAL
底对齐.

Method Detail

toString

public java.lang.String toString()
覆盖toString方法.

Overrides:
toString in class java.lang.Object
Returns:
The string.

equals

public boolean equals(java.lang.Object obj)
测试两个对象是否相等,相等返回true,否则返回false.

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