public static enum ShapeStateAttributeHandler.ShapeStateAttribute extends Enum<ShapeStateAttributeHandler.ShapeStateAttribute>
| Enum Constant and Description |
|---|
FILL_ALPHA |
FILL_COLOR |
STROKE_ALPHA |
STROKE_COLOR |
STROKE_WIDTH |
| Modifier and Type | Method and Description |
|---|---|
static ShapeStateAttributeHandler.ShapeStateAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShapeStateAttributeHandler.ShapeStateAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShapeStateAttributeHandler.ShapeStateAttribute FILL_COLOR
public static final ShapeStateAttributeHandler.ShapeStateAttribute FILL_ALPHA
public static final ShapeStateAttributeHandler.ShapeStateAttribute STROKE_COLOR
public static final ShapeStateAttributeHandler.ShapeStateAttribute STROKE_ALPHA
public static final ShapeStateAttributeHandler.ShapeStateAttribute STROKE_WIDTH
public static ShapeStateAttributeHandler.ShapeStateAttribute[] values()
for (ShapeStateAttributeHandler.ShapeStateAttribute c : ShapeStateAttributeHandler.ShapeStateAttribute.values()) System.out.println(c);
public static ShapeStateAttributeHandler.ShapeStateAttribute 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.