public static enum HwmfGraphics.FillDrawStyle extends java.lang.Enum<HwmfGraphics.FillDrawStyle>
| Modifier and Type | Field and Description |
|---|---|
java.util.function.BiConsumer<HwmfGraphics,java.awt.Shape> |
handler |
| Modifier and Type | Method and Description |
|---|---|
static HwmfGraphics.FillDrawStyle |
valueOf(java.lang.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 java.util.function.BiConsumer<HwmfGraphics,java.awt.Shape> handler
public static HwmfGraphics.FillDrawStyle[] values()
for (HwmfGraphics.FillDrawStyle c : HwmfGraphics.FillDrawStyle.values()) System.out.println(c);
public static HwmfGraphics.FillDrawStyle 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 nullCopyright 2020 The Apache Software Foundation or its licensors, as applicable.