public class StrutMetrics
extends java.lang.Object
Constructor and Description |
---|
StrutMetrics() |
StrutMetrics(float ascent,
int baseline,
float descent) |
Modifier and Type | Method and Description |
---|---|
float |
getAscent() |
int |
getBaseline() |
float |
getDescent() |
void |
setAscent(float ascent) |
void |
setBaseline(int baseline) |
void |
setDescent(float descent) |