|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<MeterShapeEnum> net.sf.jasperreports.charts.type.MeterShapeEnum
public enum MeterShapeEnum
Enum Constant Summary | |
---|---|
CHORD
The portion of the circle described by the Meter that is not occupied by the Meter is drawn as a chord. |
|
CIRCLE
The portion of the circle described by the Meter that is not occupied by the Meter is drawn as a circle. |
|
DIAL
The portion of the circle described by the Meter that is not occupied by the Meter is drawn as a circle, and handled with specific dial objects. |
|
PIE
The portion of the circle described by the Meter that is not occupied by the Meter is not drawn. |
Method Summary | |
---|---|
static MeterShapeEnum |
getByName(java.lang.String name)
|
static MeterShapeEnum |
getByValue(byte value)
|
static MeterShapeEnum |
getByValue(java.lang.Byte value)
|
java.lang.String |
getName()
|
byte |
getValue()
|
java.lang.Byte |
getValueByte()
|
static MeterShapeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MeterShapeEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MeterShapeEnum CHORD
public static final MeterShapeEnum CIRCLE
public static final MeterShapeEnum PIE
public static final MeterShapeEnum DIAL
Method Detail |
---|
public static MeterShapeEnum[] values()
for (MeterShapeEnum c : MeterShapeEnum.values()) System.out.println(c);
public static MeterShapeEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.Byte getValueByte()
getValueByte
in interface JREnum
public final byte getValue()
getValue
in interface JREnum
public java.lang.String getName()
getName
in interface JREnum
public static MeterShapeEnum getByName(java.lang.String name)
public static MeterShapeEnum getByValue(java.lang.Byte value)
public static MeterShapeEnum getByValue(byte value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |