public static enum FNC_FontControl.FontUnitBase extends java.lang.Enum<FNC_FontControl.FontUnitBase>
| Enum Constant and Description |
|---|
BaseIsFixedAt10Inches |
BaseIsRelativ |
| Modifier and Type | Method and Description |
|---|---|
byte |
toByte() |
static FNC_FontControl.FontUnitBase |
valueOf(byte fontUnitBaseByte) |
static FNC_FontControl.FontUnitBase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FNC_FontControl.FontUnitBase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FNC_FontControl.FontUnitBase BaseIsFixedAt10Inches
public static final FNC_FontControl.FontUnitBase BaseIsRelativ
public static FNC_FontControl.FontUnitBase[] values()
for (FNC_FontControl.FontUnitBase c : FNC_FontControl.FontUnitBase.values()) System.out.println(c);
public static FNC_FontControl.FontUnitBase 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 nullpublic static FNC_FontControl.FontUnitBase valueOf(byte fontUnitBaseByte)
public byte toByte()