public static enum PolygonSet.EdgeFlag extends Enum<PolygonSet.EdgeFlag>
| Enum Constant and Description |
|---|
CLOSEINVIS |
CLOSEVIS |
INVIS |
VIS |
| Modifier and Type | Method and Description |
|---|---|
static PolygonSet.EdgeFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolygonSet.EdgeFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolygonSet.EdgeFlag INVIS
public static final PolygonSet.EdgeFlag VIS
public static final PolygonSet.EdgeFlag CLOSEINVIS
public static final PolygonSet.EdgeFlag CLOSEVIS
public static PolygonSet.EdgeFlag[] values()
for (PolygonSet.EdgeFlag c : PolygonSet.EdgeFlag.values()) System.out.println(c);
public static PolygonSet.EdgeFlag valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.