|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ijchart.xychart.constant.AxisLocation
public final class AxisLocation
Title: IJChart
用于标记坐标轴在二维图表中的位置,前提是知道图表的方向.Description: a chart library for the Java(tm) platform.
Copyright: Copyright (c) 2013
Company:
| Field Summary | |
|---|---|
static AxisLocation |
BOTTOM_OR_LEFT
坐标轴在底端或左边. |
static AxisLocation |
BOTTOM_OR_RIGHT
坐标轴在底端或右边 |
static AxisLocation |
TOP_OR_LEFT
坐标轴在顶端或左边. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
测试两个对象是否相等. |
AxisLocation |
getOpposite()
返回相对的位置. |
static AxisLocation |
getOpposite(AxisLocation location)
返回相对的位置 |
int |
hashCode()
计算has hcode值. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AxisLocation TOP_OR_LEFT
public static final AxisLocation TOP_OR_RIGHT
public static final AxisLocation BOTTOM_OR_LEFT
public static final AxisLocation BOTTOM_OR_RIGHT
| Method Detail |
|---|
public AxisLocation getOpposite()
public static AxisLocation getOpposite(AxisLocation location)
location - AxisLocation对象 (不可为null).
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - 要比较的对象.
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||