public static enum ODGConstants.FillStyle extends java.lang.Enum<ODGConstants.FillStyle>
Modifier and Type | Method and Description |
---|---|
static ODGConstants.FillStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ODGConstants.FillStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ODGConstants.FillStyle NONE
public static final ODGConstants.FillStyle SOLID
public static final ODGConstants.FillStyle BITMAP
public static final ODGConstants.FillStyle GRADIENT
public static final ODGConstants.FillStyle HATCH
public static ODGConstants.FillStyle[] values()
for (ODGConstants.FillStyle c : ODGConstants.FillStyle.values()) System.out.println(c);
public static ODGConstants.FillStyle 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 null