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).
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexTextLineWrapper |
class |
SimpleTextLineWrapper |
Modifier and Type | Method and Description |
---|---|
TextLineWrapper |
TextLineWrapper.lastLineWrapper(String lineText,
int start,
int textLength,
boolean truncateAtChar) |
TextLineWrapper |
ComplexTextLineWrapper.lastLineWrapper(String lineText,
int start,
int textLength,
boolean truncateAtChar) |
TextLineWrapper |
SimpleTextLineWrapper.lastLineWrapper(String lineText,
int start,
int textLength,
boolean truncateAtChar) |
Modifier and Type | Method and 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 lastParagraphStart,
String lastParagraphText) |
protected void |
TextMeasurer.truncateLastLineAtChar(TextLineWrapper lineWrapper,
String paragraphText,
int paragraphOffset) |
Copyright © 2017. All rights reserved.