public static enum AxeXRectangleAnnotation.PolygonMode extends Enum<AxeXRectangleAnnotation.PolygonMode>
Enum Constant and Description |
---|
BACK |
FRONT |
FRONT_AND_BACK |
Modifier and Type | Method and Description |
---|---|
static AxeXRectangleAnnotation.PolygonMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AxeXRectangleAnnotation.PolygonMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AxeXRectangleAnnotation.PolygonMode FRONT
public static final AxeXRectangleAnnotation.PolygonMode BACK
public static final AxeXRectangleAnnotation.PolygonMode FRONT_AND_BACK
public static AxeXRectangleAnnotation.PolygonMode[] values()
for (AxeXRectangleAnnotation.PolygonMode c : AxeXRectangleAnnotation.PolygonMode.values()) System.out.println(c);
public static AxeXRectangleAnnotation.PolygonMode 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 © 2016. All rights reserved.