public static enum HwmfFill.WmfSetPolyfillMode.HwmfPolyfillMode extends java.lang.Enum<HwmfFill.WmfSetPolyfillMode.HwmfPolyfillMode>
Enum Constant and Description |
---|
ALTERNATE
Selects alternate mode (fills the area between odd-numbered and
even-numbered polygon sides on each scan line).
|
WINDING
Selects winding mode (fills any region with a nonzero winding value).
|
Modifier and Type | Method and Description |
---|---|
static HwmfFill.WmfSetPolyfillMode.HwmfPolyfillMode |
valueOf(int wmfFlag) |
static HwmfFill.WmfSetPolyfillMode.HwmfPolyfillMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HwmfFill.WmfSetPolyfillMode.HwmfPolyfillMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HwmfFill.WmfSetPolyfillMode.HwmfPolyfillMode ALTERNATE
public static final HwmfFill.WmfSetPolyfillMode.HwmfPolyfillMode WINDING
public static HwmfFill.WmfSetPolyfillMode.HwmfPolyfillMode[] values()
for (HwmfFill.WmfSetPolyfillMode.HwmfPolyfillMode c : HwmfFill.WmfSetPolyfillMode.HwmfPolyfillMode.values()) System.out.println(c);
public static HwmfFill.WmfSetPolyfillMode.HwmfPolyfillMode 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 nullpublic static HwmfFill.WmfSetPolyfillMode.HwmfPolyfillMode valueOf(int wmfFlag)
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.