public enum MicroUIFontFormat extends java.lang.Enum<MicroUIFontFormat>
| Enum Constant and Description |
|---|
MICROUI_FONT_FORMAT_CUSTOM_0
Defines a font whose format is Platform dependent.
|
MICROUI_FONT_FORMAT_CUSTOM_1
Defines a font whose format is Platform dependent.
|
MICROUI_FONT_FORMAT_CUSTOM_2
Defines a font whose format is Platform dependent.
|
MICROUI_FONT_FORMAT_CUSTOM_3
Defines a font whose format is Platform dependent.
|
MICROUI_FONT_FORMAT_CUSTOM_4
Defines a font whose format is Platform dependent.
|
MICROUI_FONT_FORMAT_CUSTOM_5
Defines a font whose format is Platform dependent.
|
MICROUI_FONT_FORMAT_CUSTOM_6
Defines a font whose format is Platform dependent.
|
MICROUI_FONT_FORMAT_CUSTOM_7
Defines a font whose format is Platform dependent.
|
MICROUI_FONT_FORMAT_INTERNAL
Defines a font whose format is MicroUI implementation dependent.
|
| Modifier and Type | Method and Description |
|---|---|
static MicroUIFontFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MicroUIFontFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MicroUIFontFormat MICROUI_FONT_FORMAT_CUSTOM_7
public static final MicroUIFontFormat MICROUI_FONT_FORMAT_CUSTOM_6
public static final MicroUIFontFormat MICROUI_FONT_FORMAT_CUSTOM_5
public static final MicroUIFontFormat MICROUI_FONT_FORMAT_CUSTOM_4
public static final MicroUIFontFormat MICROUI_FONT_FORMAT_CUSTOM_3
public static final MicroUIFontFormat MICROUI_FONT_FORMAT_CUSTOM_2
public static final MicroUIFontFormat MICROUI_FONT_FORMAT_CUSTOM_1
public static final MicroUIFontFormat MICROUI_FONT_FORMAT_CUSTOM_0
public static final MicroUIFontFormat MICROUI_FONT_FORMAT_INTERNAL
public static MicroUIFontFormat[] values()
for (MicroUIFontFormat c : MicroUIFontFormat.values()) System.out.println(c);
public static MicroUIFontFormat 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