Package net.sf.jasperreports.engine.fill
Interface TextLine
- All Known Implementing Classes:
SimpleTextLine
,TextLayoutLine
public interface TextLine
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionfloat
float
int
float
float
boolean
-
Method Details
-
getAscent
float getAscent() -
getDescent
float getDescent() -
getLeading
float getLeading() -
getCharacterCount
int getCharacterCount() -
isLeftToRight
boolean isLeftToRight() -
getAdvance
float getAdvance()
-