public static enum SimpleFillSymbol.StyleType extends java.lang.Enum<SimpleFillSymbol.StyleType>
Enum Constant and Description |
---|
NOT_SET |
STYLE_BACKWARD_DIAGONAL |
STYLE_CROSS |
STYLE_DIAGONAL_CROSS |
STYLE_FORWARD_DIAGONAL |
STYLE_HORIZONTAL |
STYLE_NULL |
STYLE_SOLID |
STYLE_VERTICAL |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static SimpleFillSymbol.StyleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SimpleFillSymbol.StyleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleFillSymbol.StyleType NOT_SET
public static final SimpleFillSymbol.StyleType STYLE_BACKWARD_DIAGONAL
public static final SimpleFillSymbol.StyleType STYLE_CROSS
public static final SimpleFillSymbol.StyleType STYLE_DIAGONAL_CROSS
public static final SimpleFillSymbol.StyleType STYLE_FORWARD_DIAGONAL
public static final SimpleFillSymbol.StyleType STYLE_HORIZONTAL
public static final SimpleFillSymbol.StyleType STYLE_NULL
public static final SimpleFillSymbol.StyleType STYLE_SOLID
public static final SimpleFillSymbol.StyleType STYLE_VERTICAL
public static SimpleFillSymbol.StyleType[] values()
for (SimpleFillSymbol.StyleType c : SimpleFillSymbol.StyleType.values()) System.out.println(c);
public static SimpleFillSymbol.StyleType 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.String getValue()