Uses of Interface
net.sf.jasperreports.engine.fill.TextLine
Packages that use TextLine
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 TextLine in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement TextLineMethods in net.sf.jasperreports.engine.fill that return TextLineModifier and TypeMethodDescriptionComplexTextLineWrapper.baseTextLine(int index) SimpleTextLineWrapper.baseTextLine(int index) TextLineWrapper.baseTextLine(int index) protected TextLineSimpleTextLineWrapper.measureExactLine(float width, int endLimit, boolean requireWord) protected TextLineSimpleTextLineWrapper.measureLine(float width, boolean requireWord, int endLimit) ComplexTextLineWrapper.nextLine(float width, int endLimit, boolean requireWord) SimpleTextLineWrapper.nextLine(float width, int endLimit, boolean requireWord) TextLineWrapper.nextLine(float width, int endLimit, boolean requireWord) protected TextLineSimpleTextLineWrapper.toTextLine(int measureIndex, Rectangle2D measuredBounds)