Uses of Interface
net.sf.jasperreports.engine.fill.TextLine
-
Packages that use TextLine 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 TextLine in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement TextLine Modifier and Type Class Description class
SimpleTextLine
class
TextLayoutLine
Methods in net.sf.jasperreports.engine.fill that return TextLine Modifier and Type Method Description TextLine
ComplexTextLineWrapper. baseTextLine(int index)
TextLine
SimpleTextLineWrapper. baseTextLine(int index)
TextLine
TextLineWrapper. baseTextLine(int index)
protected TextLine
SimpleTextLineWrapper. measureExactLine(float width, int endLimit, boolean requireWord)
protected TextLine
SimpleTextLineWrapper. measureLine(float width, boolean requireWord, int endLimit)
TextLine
ComplexTextLineWrapper. nextLine(float width, int endLimit, boolean requireWord)
TextLine
SimpleTextLineWrapper. nextLine(float width, int endLimit, boolean requireWord)
TextLine
TextLineWrapper. nextLine(float width, int endLimit, boolean requireWord)
protected TextLine
SimpleTextLineWrapper. toTextLine(int measureIndex, Rectangle2D measuredBounds)
-