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