public static enum HwmfDraw.WmfArc.WmfArcClosure extends java.lang.Enum<HwmfDraw.WmfArc.WmfArcClosure>
| Modifier and Type | Field and Description |
|---|---|
int |
awtType |
HwmfGraphics.FillDrawStyle |
drawStyle |
HwmfRecordType |
recordType |
| Modifier and Type | Method and Description |
|---|---|
static HwmfDraw.WmfArc.WmfArcClosure |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HwmfDraw.WmfArc.WmfArcClosure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HwmfDraw.WmfArc.WmfArcClosure ARC
public static final HwmfDraw.WmfArc.WmfArcClosure CHORD
public static final HwmfDraw.WmfArc.WmfArcClosure PIE
public final HwmfRecordType recordType
public final int awtType
public final HwmfGraphics.FillDrawStyle drawStyle
public static HwmfDraw.WmfArc.WmfArcClosure[] values()
for (HwmfDraw.WmfArc.WmfArcClosure c : HwmfDraw.WmfArc.WmfArcClosure.values()) System.out.println(c);
public static HwmfDraw.WmfArc.WmfArcClosure 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 2022 The Apache Software Foundation or its licensors, as applicable.