|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.constant.RenderDrawOrder
public final class RenderDrawOrder
Title: IJChart
Description: a chart library for the Java(tm) platform.
当一个图表有多个render的时候,此类用来控制render的绘制顺序.分正序和逆序两种.Copyright: Copyright (c) 2013
Company:
Field Summary | |
---|---|
static RenderDrawOrder |
FORWARD
按0,1,2,...,N-1的顺序调用render类,其中N是render的个数. |
static RenderDrawOrder |
REVERSE
按N-1,N-2,...,2,1,0的顺序调用render类,其中N是render的个数. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
测试两个对象是否相等. |
int |
hashCode()
计算has hcode值. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final RenderDrawOrder FORWARD
public static final RenderDrawOrder REVERSE
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 |