Package net.sf.jasperreports.engine.fill
Class TextLayoutLine
java.lang.Object
net.sf.jasperreports.engine.fill.TextLayoutLine
- All Implemented Interfaces:
TextLine
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatfloatintfloatfloatboolean
-
Constructor Details
-
TextLayoutLine
-
-
Method Details
-
getAscent
public float getAscent() -
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
-