public static enum TextBitmapRenderer.Font extends Enum<TextBitmapRenderer.Font>
Enum Constant and Description |
---|
Helvetica_10 |
Helvetica_12 |
Helvetica_18 |
TimesRoman_10 |
TimesRoman_24 |
Modifier and Type | Field and Description |
---|---|
protected int |
code |
protected int |
height |
Modifier and Type | Method and Description |
---|---|
static TextBitmapRenderer.Font |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextBitmapRenderer.Font[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextBitmapRenderer.Font Helvetica_10
public static final TextBitmapRenderer.Font Helvetica_12
public static final TextBitmapRenderer.Font Helvetica_18
public static final TextBitmapRenderer.Font TimesRoman_10
public static final TextBitmapRenderer.Font TimesRoman_24
public static TextBitmapRenderer.Font[] values()
for (TextBitmapRenderer.Font c : TextBitmapRenderer.Font.values()) System.out.println(c);
public static TextBitmapRenderer.Font 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 © 2018. All rights reserved.