| Enum Constant and Description |
|---|
SOLID
Constant useful for specifying that the inside of an element should be drawn using the background color.
|
| Modifier and Type | Method and Description |
|---|---|
static FillEnum |
getByName(java.lang.String name) |
static FillEnum |
getByValue(byte value) |
static FillEnum |
getByValue(java.lang.Byte value) |
java.lang.String |
getName() |
byte |
getValue() |
java.lang.Byte |
getValueByte() |
static FillEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FillEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FillEnum SOLID
public static FillEnum[] values()
for (FillEnum c : FillEnum.values()) System.out.println(c);
public static FillEnum 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 JREnumpublic static FillEnum getByName(java.lang.String name)
public static FillEnum getByValue(java.lang.Byte value)
public static FillEnum getByValue(byte value)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com