protected static enum TtfGlyph.CoordinateFlagType extends Enum<TtfGlyph.CoordinateFlagType>
| Enum Constant and Description |
|---|
IS_X_1_BYTE |
IS_Y_1_BYTE |
ON_CURVE |
REPEAT |
THIS_X_IS_SAME |
THIS_Y_IS_SAME |
| Modifier and Type | Field and Description |
|---|---|
static TtfGlyph.CoordinateFlagType |
POSITIVE_X_SHORT |
static TtfGlyph.CoordinateFlagType |
POSITIVE_Y_SHORT |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static TtfGlyph.CoordinateFlagType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TtfGlyph.CoordinateFlagType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TtfGlyph.CoordinateFlagType ON_CURVE
public static final TtfGlyph.CoordinateFlagType IS_X_1_BYTE
public static final TtfGlyph.CoordinateFlagType IS_Y_1_BYTE
public static final TtfGlyph.CoordinateFlagType REPEAT
public static final TtfGlyph.CoordinateFlagType THIS_X_IS_SAME
public static final TtfGlyph.CoordinateFlagType THIS_Y_IS_SAME
public static final TtfGlyph.CoordinateFlagType POSITIVE_X_SHORT
public static final TtfGlyph.CoordinateFlagType POSITIVE_Y_SHORT
public static TtfGlyph.CoordinateFlagType[] values()
for (TtfGlyph.CoordinateFlagType c : TtfGlyph.CoordinateFlagType.values()) System.out.println(c);
public static TtfGlyph.CoordinateFlagType 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 nullpublic int getValue()
Copyright © 2016. All rights reserved.