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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getAdvance()
float
getAscent()
int
getCharacterCount()
float
getDescent()
float
getLeading()
boolean
isLeftToRight()
-