public static enum ShapeStateDefaultHandler.RenderType extends Enum<ShapeStateDefaultHandler.RenderType>
| Modifier and Type | Method and Description |
|---|---|
Function<ShapeState,ShapeStateAttributeHandler.ShapeStateAttributes> |
stateAttributesProvider() |
static ShapeStateDefaultHandler.RenderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShapeStateDefaultHandler.RenderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShapeStateDefaultHandler.RenderType FILL
public static final ShapeStateDefaultHandler.RenderType STROKE
public static ShapeStateDefaultHandler.RenderType[] values()
for (ShapeStateDefaultHandler.RenderType c : ShapeStateDefaultHandler.RenderType.values()) System.out.println(c);
public static ShapeStateDefaultHandler.RenderType 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 nullpublic Function<ShapeState,ShapeStateAttributeHandler.ShapeStateAttributes> stateAttributesProvider()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.