|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ijchart.xychart.constant.LengthAdjustmentType
public final class LengthAdjustmentType
Title: IJChart
Description: a chart library for the Java(tm) platform.
长度调整的类型,分扩展,缩小,无变化三种类型.Copyright: Copyright (c) 2013
Company:
| Field Summary | |
|---|---|
static LengthAdjustmentType |
CONTRACT
缩小. |
static LengthAdjustmentType |
EXPAND
扩展. |
static LengthAdjustmentType |
NO_CHANGE
无变化. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
覆盖equals方法. |
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 LengthAdjustmentType NO_CHANGE
public static final LengthAdjustmentType EXPAND
public static final LengthAdjustmentType CONTRACT
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the other object (null permitted).
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 | ||||||||