public static enum HemfPlusRegion.EmfPlusRegionNodeDataType extends java.lang.Enum<HemfPlusRegion.EmfPlusRegionNodeDataType>
Enum Constant and Description |
---|
AND
Specifies a region node with child nodes.
|
COMPLEMENT
Specifies a region node with child nodes.
|
EMPTY
Specifies a region node with no child nodes.
|
EXCLUDE
Specifies a region node with child nodes.
|
INFINITE
Specifies a region node with no child nodes, and its bounds are not defined.
|
OR
Specifies a region node with child nodes.
|
PATH
Specifies a region node with no child nodes.
|
RECT
Specifies a region node with no child nodes.
|
XOR
Specifies a region node with child nodes.
|
Modifier and Type | Field and Description |
---|---|
java.util.function.Supplier<HemfPlusRegion.EmfPlusRegionNodeData> |
constructor |
int |
id |
java.util.function.BiConsumer<java.awt.geom.Area,java.awt.geom.Area> |
operation |
Modifier and Type | Method and Description |
---|---|
static HemfPlusRegion.EmfPlusRegionNodeDataType |
valueOf(int id) |
static HemfPlusRegion.EmfPlusRegionNodeDataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HemfPlusRegion.EmfPlusRegionNodeDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HemfPlusRegion.EmfPlusRegionNodeDataType AND
public static final HemfPlusRegion.EmfPlusRegionNodeDataType OR
public static final HemfPlusRegion.EmfPlusRegionNodeDataType XOR
public static final HemfPlusRegion.EmfPlusRegionNodeDataType EXCLUDE
public static final HemfPlusRegion.EmfPlusRegionNodeDataType COMPLEMENT
public static final HemfPlusRegion.EmfPlusRegionNodeDataType RECT
public static final HemfPlusRegion.EmfPlusRegionNodeDataType PATH
public static final HemfPlusRegion.EmfPlusRegionNodeDataType EMPTY
public static final HemfPlusRegion.EmfPlusRegionNodeDataType INFINITE
public final int id
public final java.util.function.Supplier<HemfPlusRegion.EmfPlusRegionNodeData> constructor
public final java.util.function.BiConsumer<java.awt.geom.Area,java.awt.geom.Area> operation
public static HemfPlusRegion.EmfPlusRegionNodeDataType[] values()
for (HemfPlusRegion.EmfPlusRegionNodeDataType c : HemfPlusRegion.EmfPlusRegionNodeDataType.values()) System.out.println(c);
public static HemfPlusRegion.EmfPlusRegionNodeDataType 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 HemfPlusRegion.EmfPlusRegionNodeDataType valueOf(int id)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.