|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ijchart.xychart.constant.LegendType
public final class LegendType
Title: IJChart
Description: a chart library for the Java(tm) platform.
图例的类型,行或列Copyright: Copyright (c) 2013
Company:
| Field Summary | |
|---|---|
static LegendType |
COLUMN
列类型. |
static LegendType |
NONE
不显示图例. |
static LegendType |
ROW
行类型. |
| 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 LegendType NONE
public static final LegendType ROW
public static final LegendType COLUMN
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - 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 | ||||||||