public static enum GlyphTable.Offset extends java.lang.Enum<GlyphTable.Offset>
Enum Constant and Description |
---|
compositeFlags |
compositeGlyphIndexWithFlag |
compositeGyphIndexWithoutFlag |
numberOfContours |
simpleEndPtsOfCountours |
simpleInstructionLength |
simpleInstructions |
xMax |
xMin |
yMax |
yMin |
Modifier and Type | Method and Description |
---|---|
static GlyphTable.Offset |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GlyphTable.Offset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlyphTable.Offset numberOfContours
public static final GlyphTable.Offset xMin
public static final GlyphTable.Offset yMin
public static final GlyphTable.Offset xMax
public static final GlyphTable.Offset yMax
public static final GlyphTable.Offset simpleEndPtsOfCountours
public static final GlyphTable.Offset simpleInstructionLength
public static final GlyphTable.Offset simpleInstructions
public static final GlyphTable.Offset compositeFlags
public static final GlyphTable.Offset compositeGyphIndexWithoutFlag
public static final GlyphTable.Offset compositeGlyphIndexWithFlag
public static GlyphTable.Offset[] values()
for (GlyphTable.Offset c : GlyphTable.Offset.values()) System.out.println(c);
public static GlyphTable.Offset 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 null