|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.constant.VerticalAlignment
public final class VerticalAlignment
Title: IJChart
Description: a chart library for the Java(tm) platform.
描述对象垂直对齐的方式,包括顶端、底端和垂直居中.Copyright: Copyright (c) 2013
Company:
Field Summary | |
---|---|
static VerticalAlignment |
BOTTOM
底对齐. |
static VerticalAlignment |
CENTER
垂直居中. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
测试两个对象是否相等,相等返回true,否则返回false. |
static VerticalAlignment |
getOpposite(VerticalAlignment align)
返回相反的对齐方式. |
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 VerticalAlignment TOP
public static final VerticalAlignment BOTTOM
public static final VerticalAlignment CENTER
Method Detail |
---|
public static VerticalAlignment getOpposite(VerticalAlignment align)
align
- VerticalAlignment 垂直对齐方式 (不可为null).
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 |