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

Packages that use JRPrintFrame
net.sf.jasperreports.engine Provides access to the library's main functionality through fa?ade 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. 
net.sf.jasperreports.engine.export.oasis   
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 JRPrintFrame in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine with parameters of type JRPrintFrame
protected  void JRAbstractExporter.setFrameElementsOffset(JRPrintFrame frame, boolean relative)
          Sets the offsets for exporting elements from a frame.
 

Uses of JRPrintFrame in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRPrintFrame
 class JRBasePrintFrame
          Base implementation of JRPrintFrame.
 

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

Methods in net.sf.jasperreports.engine.export with parameters of type JRPrintFrame
protected  void JRPdfExporter.exportFrame(JRPrintFrame frame)
           
protected  void JRRtfExporter.exportFrame(JRPrintFrame frame)
           
protected  void JRXmlExporter.exportFrame(JRPrintFrame frame)
           
protected  void JRHtmlExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell)
           
protected  void JExcelApiExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell, int col, int row)
           
protected abstract  void JRXlsAbstractExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell cell, int colIndex, int rowIndex)
           
protected  void JRXlsExporter.exportFrame(JRPrintFrame frame, JRExporterGridCell gridCell, int x, int y)
           
protected  void JRGridLayout.setFrameCellsStyle(JRPrintFrame frame, int row1, int col1, int row2, int col2)
           
 

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

Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JRPrintFrame
protected  void JROdtExporter.exportFrame(TableBuilder tableBuilder, JRPrintFrame frame, JRExporterGridCell gridCell)
           
 

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

Classes in net.sf.jasperreports.engine.fill that implement JRPrintFrame
 class JRTemplatePrintFrame
          Implementation of JRPrintFrame that uses template frames for keeping common data.
 

Methods in net.sf.jasperreports.engine.fill that return JRPrintFrame
protected  JRPrintFrame JRFillCellContents.fill()
           
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com