public static enum ShapeStateDefaultHandler.ShapeType extends Enum<ShapeStateDefaultHandler.ShapeType>
| Enum Constant and Description |
|---|
BACKGROUND |
BORDER |
CONTAINER |
| Modifier and Type | Method and Description |
|---|---|
static ShapeStateDefaultHandler.ShapeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShapeStateDefaultHandler.ShapeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShapeStateDefaultHandler.ShapeType BACKGROUND
public static final ShapeStateDefaultHandler.ShapeType BORDER
public static final ShapeStateDefaultHandler.ShapeType CONTAINER
public static ShapeStateDefaultHandler.ShapeType[] values()
for (ShapeStateDefaultHandler.ShapeType c : ShapeStateDefaultHandler.ShapeType.values()) System.out.println(c);
public static ShapeStateDefaultHandler.ShapeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.