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

Packages that use JRReport
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.convert   
net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools. 
net.sf.jasperreports.engine.export.draw   
net.sf.jasperreports.engine.util Utility classes. 
net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. 
net.sf.jasperreports.view Contains the Jasper viewer implementation. 
 

Uses of JRReport in net.sf.jasperreports.engine
 

Classes in net.sf.jasperreports.engine that implement JRReport
 class JasperReport
          The actual representation of a compiled report.
 

Methods in net.sf.jasperreports.engine with parameters of type JRReport
static java.util.List JRExpressionCollector.collectExpressions(JRReport report)
           
static java.util.List JRExpressionCollector.collectExpressions(JRReport report, JRCrosstab crosstab)
           
static JRExpressionCollector JRExpressionCollector.collector(JRReport report)
           
static JRExpressionCollector JRExpressionCollector.collector(JRReport report, JRCrosstab crosstab)
           
static java.lang.String JasperCompileManager.writeReportToXml(JRReport report)
          Generates the XML representation of the report design object supplied as parameter using the "UTF-8" enconding.
static void JasperCompileManager.writeReportToXmlFile(JRReport report, java.lang.String destFileName)
          Generates the XML representation of the report design supplied as the first parameter and place it in the file specified by the second parameter.
static void JasperCompileManager.writeReportToXmlStream(JRReport report, java.io.OutputStream outputStream)
          Generates the XML representation of the report design object supplied as parameter and writes it to the specified output stream, using the "UTF-8" encoding.
 

Constructors in net.sf.jasperreports.engine with parameters of type JRReport
JasperReport(JRReport report, java.lang.String compilerClass, java.io.Serializable compileData, JRExpressionCollector expressionCollector, java.lang.String compileNameSuffix)
          Constructs a report by specifying the template report and compile information.
JRExpressionCollector(JRExpressionCollector parent, JRReport report)
           
 

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

Classes in net.sf.jasperreports.engine.base that implement JRReport
 class JRBaseReport
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRReport
protected  void JRBaseReport.copyTemplates(JRReport report, JRBaseObjectFactory factory)
           
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRReport
JRBaseReport(JRReport report)
           
JRBaseReport(JRReport report, JRExpressionCollector expressionCollector)
          Constructs a copy of a report.
 

Uses of JRReport in net.sf.jasperreports.engine.convert
 

Methods in net.sf.jasperreports.engine.convert with parameters of type JRReport
protected  void ReportConverter.loadReportStyles(JRReport report)
           
protected  void ReportConverter.setStyles(JRReport report)
           
 

Constructors in net.sf.jasperreports.engine.convert with parameters of type JRReport
ReportConverter(JRReport report, boolean ignoreContent)
           
 

Uses of JRReport in net.sf.jasperreports.engine.design
 

Classes in net.sf.jasperreports.engine.design that implement JRReport
 class JasperDesign
          JasperDesign is used for in-memory representation of a report design.
 

Methods in net.sf.jasperreports.engine.design with parameters of type JRReport
protected static java.lang.String JRAbstractCompiler.getUnitName(JRReport report, int crosstabId, java.lang.String nameSuffix)
           
protected static java.lang.String JRAbstractCompiler.getUnitName(JRReport report, JRCrosstab crosstab, JRExpressionCollector expressionCollector, java.lang.String nameSuffix)
           
protected static java.lang.String JRAbstractCompiler.getUnitName(JRReport report, JRDataset dataset, java.lang.String nameSuffix)
           
 

Uses of JRReport in net.sf.jasperreports.engine.export.draw
 

Constructors in net.sf.jasperreports.engine.export.draw with parameters of type JRReport
DrawVisitor(JRReport report, java.awt.Graphics2D grx)
           
 

Uses of JRReport in net.sf.jasperreports.engine.util
 

Methods in net.sf.jasperreports.engine.util with parameters of type JRReport
 void JRElementsVisitor.visitReport(JRReport report)
          Visits all the elements of a report.
static void JRElementsVisitor.visitReport(JRReport report, JRVisitor visitor)
          Visits all the elements of a report.
 

Uses of JRReport in net.sf.jasperreports.engine.xml
 

Methods in net.sf.jasperreports.engine.xml with parameters of type JRReport
static void JRXmlWriter.writeReport(JRReport report, java.io.OutputStream outputStream, java.lang.String encoding)
           
static java.lang.String JRXmlWriter.writeReport(JRReport report, java.lang.String encoding)
           
static void JRXmlWriter.writeReport(JRReport report, java.lang.String destFileName, java.lang.String encoding)
           
 

Constructors in net.sf.jasperreports.engine.xml with parameters of type JRReport
JRXmlWriter(JRReport report, java.lang.String encoding)
           
 

Uses of JRReport in net.sf.jasperreports.view
 

Methods in net.sf.jasperreports.view with parameters of type JRReport
protected  void JRDesignViewer.loadReport(JRReport rep)
           
static void JasperDesignViewer.viewReportDesign(JRReport report)
           
 

Constructors in net.sf.jasperreports.view with parameters of type JRReport
JasperDesignViewer(JRReport report)
          Creates new form JasperDesignViewer
JRDesignViewer(JRReport report)
          Creates new form JRDesignViewer
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com