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