public static enum HwmfGraphics.FillDrawStyle extends Enum<HwmfGraphics.FillDrawStyle>
| Modifier and Type | Field and Description |
|---|---|
BiConsumer<HwmfGraphics,Shape> |
handler |
| Modifier and Type | Method and Description |
|---|---|
static HwmfGraphics.FillDrawStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HwmfGraphics.FillDrawStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HwmfGraphics.FillDrawStyle NONE
public static final HwmfGraphics.FillDrawStyle FILL
public static final HwmfGraphics.FillDrawStyle DRAW
public static final HwmfGraphics.FillDrawStyle FILL_DRAW
public final BiConsumer<HwmfGraphics,Shape> handler
public static HwmfGraphics.FillDrawStyle[] values()
for (HwmfGraphics.FillDrawStyle c : HwmfGraphics.FillDrawStyle.values()) System.out.println(c);
public static HwmfGraphics.FillDrawStyle 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 null