|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.constant.Rotation
public final class Rotation
Title: IJChart
Description: a chart library for the Java(tm) platform.
描述方向,顺时针或逆时针两个方向.Copyright: Copyright (c) 2013
Company:
Field Summary | |
---|---|
static Rotation |
ANTICLOCKWISE
逆时针方向. |
static Rotation |
CLOCKWISE
顺时针方向. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
测试两个对象是否相等. |
int |
getFactor()
返回系数. |
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 Rotation CLOCKWISE
public static final Rotation ANTICLOCKWISE
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int getFactor()
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 |