|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xhtmlrenderer.render.StrutMetrics
public class StrutMetrics
| Constructor Summary | |
|---|---|
StrutMetrics()
|
|
StrutMetrics(float ascent,
int baseline,
float descent)
|
|
| Method Summary | |
|---|---|
float |
getAscent()
|
int |
getBaseline()
|
float |
getDescent()
|
void |
setAscent(float ascent)
|
void |
setBaseline(int baseline)
|
void |
setDescent(float descent)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StrutMetrics(float ascent,
int baseline,
float descent)
public StrutMetrics()
| Method Detail |
|---|
public float getAscent()
public void setAscent(float ascent)
public int getBaseline()
public void setBaseline(int baseline)
public float getDescent()
public void setDescent(float descent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||