Uses of Interface
net.sf.jasperreports.engine.fill.TextLineWrapper
-
Packages that use TextLineWrapper Package Description net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). -
-
Uses of TextLineWrapper in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement TextLineWrapper Modifier and Type Class Description class
ComplexTextLineWrapper
class
SimpleTextLineWrapper
Methods in net.sf.jasperreports.engine.fill that return TextLineWrapper Modifier and Type Method Description TextLineWrapper
ComplexTextLineWrapper. lastLineWrapper(String lineText, int start, int textLength, boolean truncateAtChar)
TextLineWrapper
SimpleTextLineWrapper. lastLineWrapper(String lineText, int start, int textLength, boolean truncateAtChar)
TextLineWrapper
TextLineWrapper. lastLineWrapper(String lineText, int start, int textLength, boolean truncateAtChar)
Methods in net.sf.jasperreports.engine.fill with parameters of type TextLineWrapper Modifier and Type Method Description protected void
TextMeasurer. appendTruncateSuffix(TextLineWrapper lineWrapper)
protected void
TextMeasurer. processLastTruncatedRow(TextLineWrapper lineWrapper, String paragraphText, int paragraphOffset, boolean lineTruncated)
protected boolean
TextMeasurer. renderNextLine(TextLineWrapper lineWrapper, List<Integer> tabIndexes, int[] currentTabHolder, TabStop[] nextTabStopHolder, boolean[] requireNextWordHolder)
protected boolean
TextMeasurer. renderParagraph(TextLineWrapper lineWrapper, int paragraphStart, String paragraphText)
protected void
TextMeasurer. truncateLastLineAtChar(TextLineWrapper lineWrapper, String paragraphText, int paragraphOffset)
-