public static enum FontHeaderTable.IndexToLocFormat extends java.lang.Enum<FontHeaderTable.IndexToLocFormat>
LocaTable
Enum Constant and Description |
---|
longOffset |
shortOffset |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(int value) |
int |
value() |
static FontHeaderTable.IndexToLocFormat |
valueOf(int value) |
static FontHeaderTable.IndexToLocFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontHeaderTable.IndexToLocFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FontHeaderTable.IndexToLocFormat shortOffset
public static final FontHeaderTable.IndexToLocFormat longOffset
public static FontHeaderTable.IndexToLocFormat[] values()
for (FontHeaderTable.IndexToLocFormat c : FontHeaderTable.IndexToLocFormat.values()) System.out.println(c);
public static FontHeaderTable.IndexToLocFormat 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 int value()
public boolean equals(int value)
public static FontHeaderTable.IndexToLocFormat valueOf(int value)