Uses of Interface
net.sf.jasperreports.engine.JRPrintLine

Packages that use JRPrintLine
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. 
net.sf.jasperreports.engine.export.oasis   
net.sf.jasperreports.engine.export.ooxml   
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 JRPrintLine in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRPrintLine
 class JRBasePrintLine
           
 

Uses of JRPrintLine in net.sf.jasperreports.engine.export
 

Methods in net.sf.jasperreports.engine.export with parameters of type JRPrintLine
protected  void JRXhtmlExporter.exportLine(JRPrintLine line)
           
protected  void JRXmlExporter.exportLine(JRPrintLine line)
           
protected  void JRRtfExporter.exportLine(JRPrintLine line)
          Draw a line object
protected  void JRPdfExporter.exportLine(JRPrintLine line)
           
protected  void JRHtmlExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell)
           
protected abstract  void JRXlsAbstractExporter.exportLine(JRPrintLine line, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected  void JExcelApiExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell, int col, int row)
           
protected  void JRXlsExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
 

Uses of JRPrintLine in net.sf.jasperreports.engine.export.oasis
 

Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JRPrintLine
protected  void JROdtExporter.exportLine(TableBuilder tableBuilder, JRPrintLine line, JRExporterGridCell gridCell)
           
protected abstract  void JROpenDocumentExporter.exportLine(TableBuilder tableBuilder, JRPrintLine line, JRExporterGridCell gridCell)
           
protected  void JROdsExporter.exportLine(TableBuilder tableBuilder, 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
protected  void JRDocxExporter.exportLine(DocxTableHelper tableHelper, JRPrintLine line, JRExporterGridCell gridCell)
           
protected  void JRPptxExporter.exportLine(JRPrintLine line)
           
protected  void JRXlsxExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
 

Uses of JRPrintLine in net.sf.jasperreports.engine.fill
 

Classes in net.sf.jasperreports.engine.fill that implement JRPrintLine
 class JRTemplatePrintLine
          Implementation of JRPrintLine that uses a JRTemplateLine instance to store common attributes.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com