Package | Description |
---|---|
com.hfg.graphics | |
com.hfg.graphics.units |
Classes for normalizing graphical units.
|
Modifier and Type | Method and Description |
---|---|
static Rectangle |
TextUtil.getStringBaselineRect(String inString,
Font inFont,
DisplayPPI inPPI)
Calculate the bounding rectangle for the specified string and font where the bottom of the
rectangle is at the baseline.
|
static Rectangle |
TextUtil.getStringRect(String inString,
Font inFont,
DisplayPPI inPPI)
Calculate the bounding rectangle for the specified string and font.
|
Modifier and Type | Field and Description |
---|---|
static DisplayPPI |
DisplayPPI._72 |
static DisplayPPI |
DisplayPPI._96 |
jataylor@hairyfatguy.com