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.net.sf.jasperreports.engine.xml.print net.sf.jasperreports.pdf net.sf.jasperreports.poi.export -
-
Uses of JRPrintLine in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type JRPrintLine Modifier and Type Method Description void
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 Modifier and Type Class Description class
JRBasePrintLine
-
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 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 JRPrintLine Modifier and Type Method Description void
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 JRPrintLine Modifier and Type Method Description protected 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 JRPrintLine Modifier and Type Method Description protected 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 JRPrintLine Modifier and Type Class Description class
JRTemplatePrintLine
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 JRPrintLine Modifier and Type Method Description void
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 JRPrintLine Modifier and Type Method Description void
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 Modifier and Type Method Description protected void
JRPdfExporter. exportLine(JRPrintLine line)
-
Uses of JRPrintLine in net.sf.jasperreports.poi.export
Methods in net.sf.jasperreports.poi.export with parameters of type JRPrintLine Modifier and Type Method Description protected void
JRXlsExporter. exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex)
protected void
JRXlsMetadataExporter. exportLine(JRPrintLine line)
-