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.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 JRXmlExporter.exportLine(JRPrintLine line)
           
protected  void JRHtmlExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell)
           
protected  void JRPdfExporter.exportLine(JRPrintLine line)
           
protected  void JRGraphics2DExporter.exportLine(JRPrintLine line)
           
protected  void JRXlsExporter.exportLine(JRPrintLine line, JRExporterGridCell gridCell, int colIndex, int rowIndex)
           
protected abstract  void JRXlsAbstractExporter.exportLine(JRPrintLine line, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected  void JRRtfExporter.exportLine(JRPrintLine line)
          Draw a line object
 

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

Classes in net.sf.jasperreports.engine.fill that implement JRPrintLine
 class JRTemplatePrintLine
           
 



© 2001-2005 JasperSoft Corporation www.jaspersoft.com