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 classSimpleTextLineclassTextLayoutLineMethods in net.sf.jasperreports.engine.fill that return TextLine Modifier and Type Method Description TextLineComplexTextLineWrapper. baseTextLine(int index)TextLineSimpleTextLineWrapper. baseTextLine(int index)TextLineTextLineWrapper. baseTextLine(int index)protected TextLineSimpleTextLineWrapper. measureExactLine(float width, int endLimit, boolean requireWord)protected TextLineSimpleTextLineWrapper. measureLine(float width, boolean requireWord, int endLimit)TextLineComplexTextLineWrapper. nextLine(float width, int endLimit, boolean requireWord)TextLineSimpleTextLineWrapper. nextLine(float width, int endLimit, boolean requireWord)TextLineTextLineWrapper. nextLine(float width, int endLimit, boolean requireWord)protected TextLineSimpleTextLineWrapper. toTextLine(int measureIndex, java.awt.geom.Rectangle2D measuredBounds)
-