Package net.sf.jasperreports.engine.fill
Class TextLayoutLine
- java.lang.Object
-
- net.sf.jasperreports.engine.fill.TextLayoutLine
-
-
Constructor Summary
Constructors Constructor Description TextLayoutLine(TextLayout textLayout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetAdvance()floatgetAscent()intgetCharacterCount()floatgetDescent()floatgetLeading()booleanisLeftToRight()
-
-
-
Constructor Detail
-
TextLayoutLine
public TextLayoutLine(TextLayout textLayout)
-
-
Method Detail
-
getDescent
public float getDescent()
- Specified by:
getDescentin interfaceTextLine
-
getLeading
public float getLeading()
- Specified by:
getLeadingin interfaceTextLine
-
getCharacterCount
public int getCharacterCount()
- Specified by:
getCharacterCountin interfaceTextLine
-
isLeftToRight
public boolean isLeftToRight()
- Specified by:
isLeftToRightin interfaceTextLine
-
getAdvance
public float getAdvance()
- Specified by:
getAdvancein interfaceTextLine
-
-