|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ijchart.xychart.constant.MeterShapeType
public final class MeterShapeType
Title: IJChart
Description: a chart library for the Java(tm) platform.
定义仪表盘图形的类型.Copyright: Copyright (c) 2013
Company:
Field Summary | |
---|---|
static MeterShapeType |
CHORD
弦形. |
static MeterShapeType |
CIRCLE
圆形. |
static MeterShapeType |
PIE
饼形. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
覆盖equals方法. |
int |
hashCode()
返回hascode值. |
java.lang.String |
toString()
覆盖toString方法. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MeterShapeType CIRCLE
public static final MeterShapeType CHORD
public static final MeterShapeType PIE
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- 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 |