Uses of Interface
net.sf.jasperreports.engine.JRPrintLine
-
Packages that use JRPrintLine Package Description net.sf.jasperreports.engine 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.net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.net.sf.jasperreports.engine.export.draw Contains classes for drawing elements at export time.net.sf.jasperreports.engine.export.oasis Provides utility classes for exporting reports to Open Document Format, such as ODT and ODS.net.sf.jasperreports.engine.export.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX.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).net.sf.jasperreports.engine.util 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 JRPrintLine Modifier and Type Method Description voidPrintElementVisitor. 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 Modifier and Type Class Description classJRBasePrintLine -
Uses of JRPrintLine in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type JRPrintLine Modifier and Type Method Description protected voidJRPdfExporter. exportLine(JRPrintLine line)protected voidJRRtfExporter. exportLine(JRPrintLine line)Draw a line objectprotected abstract voidJRXlsAbstractExporter. exportLine(JRPrintLine line, JRExporterGridCell cell, int colIndex, int rowIndex)protected abstract voidJRXlsAbstractMetadataExporter. exportLine(JRPrintLine line)protected voidJRXlsAbstractMetadataExporter. exportLine(JRPrintLine line, JRExporterGridCell cell, int colIndex, int rowIndex)protected voidJRXlsExporter. exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex)protected voidJRXlsMetadataExporter. exportLine(JRPrintLine line)protected voidJRXmlExporter. exportLine(JRPrintLine line)protected booleanHtmlExporter. isOblique(JRPrintLine line)voidHtmlExporter.CellElementVisitor. visit(JRPrintLine line, TableCell cell)protected voidHtmlExporter. 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 JRPrintLine Modifier and Type Method Description voidLineDrawer. draw(Graphics2D grx, JRPrintLine line, int offsetX, int offsetY)voidPrintDrawVisitor. 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 JRPrintLine Modifier and Type Method Description protected voidJROdsExporter. exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex)protected voidJROdtExporter. exportLine(TableBuilder tableBuilder, JRPrintLine line, JRExporterGridCell gridCell)voidTableBuilder. 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 JRPrintLine Modifier and Type Method Description protected voidJRDocxExporter. exportLine(DocxTableHelper tableHelper, JRPrintLine line, JRExporterGridCell gridCell)protected voidJRPptxExporter. exportLine(PptxTableHelper tableHelper, JRPrintLine line, JRExporterGridCell gridCell, JRExporterGridCell topGridCell, JRExporterGridCell leftGridCell, JRExporterGridCell rightGridCell, JRExporterGridCell bottomGridCell)protected voidJRPptxExporter. exportLine(JRPrintLine line)protected voidJRXlsxExporter. exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex)protected voidXlsxMetadataExporter. exportLine(JRPrintLine line, int colIndex, JRStyle parentStyle)protected voidJRPptxExporter. setBox4Line(JRPrintLine line, JRExporterGridCell gridCell) -
Uses of JRPrintLine in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRPrintLine Modifier and Type Class Description classJRTemplatePrintLineImplementation ofJRPrintLinethat uses aJRTemplateLineinstance to store common attributes. -
Uses of JRPrintLine in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRPrintLine Modifier and Type Method Description voidCompositePrintElementVisitor. visit(JRPrintLine line, T arg)voidDeepPrintElementVisitor. visit(JRPrintLine line, T arg)voidDefaultPrintElementVisitor. visit(JRPrintLine line, T arg)voidUniformPrintElementVisitor. visit(JRPrintLine line, T arg)
-