|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jeuclid.elements.support.text.StringUtil.TextLayoutInfo
public static class StringUtil.TextLayoutInfo
Contains layout information retrieved from a TextLayout.
Constructor Summary | |
---|---|
protected |
StringUtil.TextLayoutInfo(float newAscent,
float newDescent,
float newOffset,
float newWidth)
Default Constructor. |
Method Summary | |
---|---|
float |
getAscent()
Getter method for ascent. |
float |
getDescent()
Getter method for descent. |
float |
getOffset()
Getter method for offset. |
float |
getWidth()
Getter method for width. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected StringUtil.TextLayoutInfo(float newAscent, float newDescent, float newOffset, float newWidth)
newAscent
- text ascent.newDescent
- text descent.newOffset
- text start offset.newWidth
- text width.Method Detail |
---|
public float getAscent()
public float getDescent()
public float getOffset()
public float getWidth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |