Uses of Interface
net.sf.jasperreports.engine.JRPrintLine
Packages that use JRPrintLine
Package
Description
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
Contains base implementations for the library's main interfaces.
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
Contains classes for drawing elements at export time.
Provides utility classes for exporting reports to Open Document Format, such as
ODT and ODS.
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Contains utility classes for the core library.
-
Uses of JRPrintLine in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type JRPrintLineModifier and TypeMethodDescriptionvoid
PrintElementVisitor.visit
(JRPrintLine line, T arg) Visits a print line. -
Uses of JRPrintLine in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRPrintLine -
Uses of JRPrintLine in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type JRPrintLineModifier and TypeMethodDescriptionprotected void
JRRtfExporter.exportLine
(JRPrintLine line) Draw a line objectprotected abstract void
JRXlsAbstractExporter.exportLine
(JRPrintLine line, JRExporterGridCell cell, int colIndex, int rowIndex) protected abstract void
JRXlsAbstractMetadataExporter.exportLine
(JRPrintLine line) protected void
JRXlsAbstractMetadataExporter.exportLine
(JRPrintLine line, JRExporterGridCell cell, int colIndex, int rowIndex) protected void
JRXmlExporter.exportLine
(JRPrintLine line) protected boolean
HtmlExporter.isOblique
(JRPrintLine line) void
HtmlExporter.CellElementVisitor.visit
(JRPrintLine line, TableCell cell) protected void
HtmlExporter.writeLine
(JRPrintLine line, TableCell cell) -
Uses of JRPrintLine in net.sf.jasperreports.engine.export.draw
Methods in net.sf.jasperreports.engine.export.draw with parameters of type JRPrintLineModifier and TypeMethodDescriptionvoid
LineDrawer.draw
(Graphics2D grx, JRPrintLine line, int offsetX, int offsetY) void
PrintDrawVisitor.visit
(JRPrintLine line, Offset offset) -
Uses of JRPrintLine in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JRPrintLineModifier and TypeMethodDescriptionprotected void
JROdsExporter.exportLine
(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex) protected void
JROdtExporter.exportLine
(TableBuilder tableBuilder, JRPrintLine line, JRExporterGridCell gridCell) void
TableBuilder.exportLine
(JRPrintLine line, JRExporterGridCell gridCell) -
Uses of JRPrintLine in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRPrintLineModifier and TypeMethodDescriptionprotected void
JRDocxExporter.exportLine
(DocxTableHelper tableHelper, JRPrintLine line, JRExporterGridCell gridCell) protected void
JRPptxExporter.exportLine
(PptxTableHelper tableHelper, JRPrintLine line, JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell) protected void
JRPptxExporter.exportLine
(JRPrintLine line) protected void
JRXlsxExporter.exportLine
(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex) protected void
XlsxMetadataExporter.exportLine
(JRPrintLine line, int colIndex, JRStyle parentStyle) protected void
JRPptxExporter.setBox4Line
(JRPrintLine line, JRExporterGridCell gridCell) -
Uses of JRPrintLine in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRPrintLineModifier and TypeClassDescriptionclass
Implementation ofJRPrintLine
that uses aJRTemplateLine
instance to store common attributes. -
Uses of JRPrintLine in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRPrintLineModifier and TypeMethodDescriptionvoid
CompositePrintElementVisitor.visit
(JRPrintLine line, T arg) void
DeepPrintElementVisitor.visit
(JRPrintLine line, T arg) void
DefaultPrintElementVisitor.visit
(JRPrintLine line, T arg) void
UniformPrintElementVisitor.visit
(JRPrintLine line, T arg) -
Uses of JRPrintLine in net.sf.jasperreports.engine.xml.print
Method parameters in net.sf.jasperreports.engine.xml.print with type arguments of type JRPrintLineModifier and TypeMethodDescriptionvoid
LineLoader.loadLine
(XmlLoader xmlLoader, JasperPrint jasperPrint, Consumer<? super JRPrintLine> consumer) -
Uses of JRPrintLine in net.sf.jasperreports.pdf
Methods in net.sf.jasperreports.pdf with parameters of type JRPrintLine -
Uses of JRPrintLine in net.sf.jasperreports.poi.export
Methods in net.sf.jasperreports.poi.export with parameters of type JRPrintLineModifier and TypeMethodDescriptionprotected void
JRXlsExporter.exportLine
(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex) protected void
JRXlsMetadataExporter.exportLine
(JRPrintLine line)