public static enum LabelController.Property extends java.lang.Enum<LabelController.Property>
Enum Constant and Description |
---|
ALIGNMENT |
COLOR |
ELEVATION |
FONT_NAME |
FONT_SIZE |
PITCH |
TEXT |
Modifier and Type | Method and Description |
---|---|
static LabelController.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LabelController.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelController.Property TEXT
public static final LabelController.Property ALIGNMENT
public static final LabelController.Property FONT_NAME
public static final LabelController.Property FONT_SIZE
public static final LabelController.Property COLOR
public static final LabelController.Property PITCH
public static final LabelController.Property ELEVATION
public static LabelController.Property[] values()
for (LabelController.Property c : LabelController.Property.values()) System.out.println(c);
public static LabelController.Property 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
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License