|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.constant.TextAnchor
public final class TextAnchor
Title: IJChart
Description: a chart library for the Java(tm) platform.
描述字符的对齐方式.Copyright: Copyright (c) 2013
Company:
Field Summary | |
---|---|
static TextAnchor |
END
结束位置. |
static TextAnchor |
MIDDLE
中间位置. |
static TextAnchor |
START
开始位置. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
测试两个对象是否相等. |
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 TextAnchor START
public static final TextAnchor MIDDLE
public static final TextAnchor END
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the other object.
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 |