public static enum ICrosshairPolicy.LabelPosition extends Enum<ICrosshairPolicy.LabelPosition>
Enum Constant and Description |
---|
LOWER_LEFT
Constant used when looking up a label for the lower left corner.
|
LOWER_RIGHT
Constant used when looking up a label for the lower right corner.
|
UPPER_LEFT
Constant used when looking up a label for the upper left corner.
|
UPPER_RIGHT
Constant used when looking up a label for the upper right corner.
|
Modifier and Type | Method and Description |
---|---|
static ICrosshairPolicy.LabelPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ICrosshairPolicy.LabelPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ICrosshairPolicy.LabelPosition UPPER_LEFT
public static final ICrosshairPolicy.LabelPosition UPPER_RIGHT
public static final ICrosshairPolicy.LabelPosition LOWER_LEFT
public static final ICrosshairPolicy.LabelPosition LOWER_RIGHT
public static ICrosshairPolicy.LabelPosition[] values()
for (ICrosshairPolicy.LabelPosition c : ICrosshairPolicy.LabelPosition.values()) System.out.println(c);
public static ICrosshairPolicy.LabelPosition 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 © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.