public static class TextImageStore.GlyphStore
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
double |
getAdvanceX()
Distance to advance baseline after printing character
|
double |
getAdvanceY()
Distance to advance baseline after printing character
|
java.awt.geom.Point2D |
getBaselineLocation()
Location of character baseline relative to the baseline of the first
character
|
double |
getBaselineX()
Offset of baseline from bottom-left
|
double |
getBaselineY()
Offset of baseline from bottom-left
|
int |
getBottom()
Bottom coordinate in image, assuming bottom-left origin
|
TextImageStore.Glyph |
getGlyph()
The Glyph itself
|
int |
getHeight() |
int |
getLeft()
Left coordinate in image
|
int |
getStorageId()
An ID number that corresponds to the storage version number in the
backing image.
|
int |
getWidth()
Width of storage
|
public int getStorageId()
public int getLeft()
public int getWidth()
public int getBottom()
public int getHeight()
public double getBaselineX()
public double getBaselineY()
public java.awt.geom.Point2D getBaselineLocation()
public double getAdvanceX()
public double getAdvanceY()
public TextImageStore.Glyph getGlyph()