public static enum MergePaths.MergePathsMode extends java.lang.Enum<MergePaths.MergePathsMode>
| Enum Constant and Description |
|---|
Add |
ExcludeIntersections |
Intersect |
Merge |
Subtract |
| Modifier and Type | Method and Description |
|---|---|
static MergePaths.MergePathsMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MergePaths.MergePathsMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MergePaths.MergePathsMode Merge
public static final MergePaths.MergePathsMode Add
public static final MergePaths.MergePathsMode Subtract
public static final MergePaths.MergePathsMode Intersect
public static final MergePaths.MergePathsMode ExcludeIntersections
public static MergePaths.MergePathsMode[] values()
for (MergePaths.MergePathsMode c : MergePaths.MergePathsMode.values()) System.out.println(c);
public static MergePaths.MergePathsMode 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 null