public static enum LabelController.Property extends Enum<LabelController.Property>
Enum Constant and Description |
---|
COLOR |
ELEVATION |
FONT_NAME |
FONT_SIZE |
PITCH |
TEXT |
Modifier and Type | Method and Description |
---|---|
static LabelController.Property |
valueOf(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 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(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 null
© Copyrights 2006-2017 Emmanuel PUYBARET / eTeks
Distributed under GNU General Public License