public enum WhiteGlyph extends java.lang.Enum<WhiteGlyph> implements IGlyphInfo
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Field and Description |
---|---|
private static NativeImage |
field_228172_b_ |
Modifier and Type | Method and Description |
---|---|
float |
getAdvance() |
int |
getHeight() |
float |
getOversample() |
int |
getWidth() |
boolean |
isColored() |
void |
uploadGlyph(int xOffset,
int yOffset) |
static WhiteGlyph |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WhiteGlyph[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
func_211198_f, func_211199_g, func_211200_h, func_211204_i, getBearingY
getAdvance, getBearingX, getBoldOffset, getShadowOffset
public static final WhiteGlyph INSTANCE
private static final NativeImage field_228172_b_
public static WhiteGlyph[] values()
for (WhiteGlyph c : WhiteGlyph.values()) System.out.println(c);
public static WhiteGlyph 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 getWidth()
getWidth
in interface IGlyphInfo
public int getHeight()
getHeight
in interface IGlyphInfo
public float getAdvance()
getAdvance
in interface IGlyph
public float getOversample()
getOversample
in interface IGlyphInfo
public void uploadGlyph(int xOffset, int yOffset)
uploadGlyph
in interface IGlyphInfo
public boolean isColored()
isColored
in interface IGlyphInfo