Uses of Interface
net.sf.jasperreports.engine.fill.TextLineWrapper
Packages that use TextLineWrapper
Package
Description
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 TextLineWrapperMethods in net.sf.jasperreports.engine.fill that return TextLineWrapperModifier and TypeMethodDescriptionComplexTextLineWrapper.lastLineWrapper
(String lineText, int start, int textLength, boolean truncateAtChar) SimpleTextLineWrapper.lastLineWrapper
(String lineText, int start, int textLength, boolean truncateAtChar) TextLineWrapper.lastLineWrapper
(String lineText, int start, int textLength, boolean truncateAtChar) Methods in net.sf.jasperreports.engine.fill with parameters of type TextLineWrapperModifier and TypeMethodDescriptionprotected 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)