|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ValueLocationEnum> net.sf.jasperreports.charts.type.ValueLocationEnum
public enum ValueLocationEnum
Enum Constant Summary | |
---|---|
BULB
The value should be displayed in the bulb of the thermometer. |
|
LEFT
The value should be displayed to the left of the thermometer. |
|
NONE
The value should not be displayed. |
|
RIGHT
The value should be displayed to the right of the thermometer. |
Method Summary | |
---|---|
static ValueLocationEnum |
getByName(java.lang.String name)
|
static ValueLocationEnum |
getByValue(byte value)
|
static ValueLocationEnum |
getByValue(java.lang.Byte value)
|
java.lang.String |
getName()
|
byte |
getValue()
|
java.lang.Byte |
getValueByte()
|
static ValueLocationEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ValueLocationEnum[] |
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 ValueLocationEnum NONE
public static final ValueLocationEnum LEFT
public static final ValueLocationEnum RIGHT
public static final ValueLocationEnum BULB
Method Detail |
---|
public static ValueLocationEnum[] values()
for (ValueLocationEnum c : ValueLocationEnum.values()) System.out.println(c);
public static ValueLocationEnum 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 ValueLocationEnum getByName(java.lang.String name)
public static ValueLocationEnum getByValue(java.lang.Byte value)
public static ValueLocationEnum getByValue(byte value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |