static class GlyphCache.GlyphData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
blankBoundary |
private int |
originX |
private int |
originY |
private Rectangle |
rect |
private float |
xAdvance |
private float |
yAdvance |
Constructor and Description |
---|
GlyphData(int originX,
int originY,
int blankBoundary,
float xAdvance,
float yAdvance,
Rectangle rect) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
getBlankBoundary() |
(package private) int |
getOriginX() |
(package private) int |
getOriginY() |
(package private) Rectangle |
getRect() |
(package private) float |
getXAdvance() |
(package private) float |
getYAdvance() |
private final int originX
private final int originY
private final int blankBoundary
private final float xAdvance
private final float yAdvance
private final Rectangle rect
GlyphData(int originX, int originY, int blankBoundary, float xAdvance, float yAdvance, Rectangle rect)
int getOriginX()
int getOriginY()
int getBlankBoundary()
float getXAdvance()
float getYAdvance()
Rectangle getRect()