net.sf.jasperreports.charts.type
public enum AxisPositionEnum extends java.lang.Enum<AxisPositionEnum> implements JREnum
Enum Constant and Description |
---|
LEFT_OR_TOP
Position the axis to the left of a VERTICAL chart or on the top
of a HORIZONTAL chart.
|
RIGHT_OR_BOTTOM
Position the axis to the right of a VERTICAL chart or on the bottom
of a HORIZONTAL chart.
|
Modifier and Type | Method and Description |
---|---|
static AxisPositionEnum |
getByName(java.lang.String name) |
static AxisPositionEnum |
getByValue(byte value) |
static AxisPositionEnum |
getByValue(java.lang.Byte value) |
java.lang.String |
getName() |
byte |
getValue() |
java.lang.Byte |
getValueByte() |
static AxisPositionEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AxisPositionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AxisPositionEnum LEFT_OR_TOP
public static final AxisPositionEnum RIGHT_OR_BOTTOM
public static AxisPositionEnum[] values()
for (AxisPositionEnum c : AxisPositionEnum.values()) System.out.println(c);
public static AxisPositionEnum 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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.Byte getValueByte()
getValueByte
in interface JREnum
public static AxisPositionEnum getByName(java.lang.String name)
public static AxisPositionEnum getByValue(java.lang.Byte value)
public static AxisPositionEnum getByValue(byte value)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com