Uses of Class
org.pentaho.reporting.engine.classic.core.util.ReportProperties

Packages that use ReportProperties
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.states States used in the JFreeReport state transition diagram. 
org.pentaho.reporting.engine.classic.core.util Common utility classes. 
 

Uses of ReportProperties in org.pentaho.reporting.engine.classic.core
 

Methods in org.pentaho.reporting.engine.classic.core that return ReportProperties
 ReportProperties AbstractReportDefinition.getProperties()
          Deprecated. Report-Properties should not be used anymore.
 ReportProperties ReportDefinition.getProperties()
          Deprecated. This method will be removed. Report-Properties are only valid for master-reports, not for any of the subreports. The concept of report-properties has been replaced by real parameter values.
 

Constructors in org.pentaho.reporting.engine.classic.core with parameters of type ReportProperties
ParameterDataRow(ReportProperties parameters)
          Create a parameter row from a master report's report properties collection.
 

Uses of ReportProperties in org.pentaho.reporting.engine.classic.core.states
 

Methods in org.pentaho.reporting.engine.classic.core.states that return ReportProperties
 ReportProperties ReportDefinitionImpl.getProperties()
          Deprecated. Access to the properties should be done using the datarow.
 

Uses of ReportProperties in org.pentaho.reporting.engine.classic.core.util
 

Methods in org.pentaho.reporting.engine.classic.core.util that return ReportProperties
 ReportProperties ReportProperties.getMasterProperties()
          Deprecated. Returns the fall-back property-collection.
 

Methods in org.pentaho.reporting.engine.classic.core.util with parameters of type ReportProperties
 void ReportProperties.setMasterProperties(ReportProperties masterProperties)
          Deprecated. Defines the fall-back property-collection.
 

Constructors in org.pentaho.reporting.engine.classic.core.util with parameters of type ReportProperties
ReportProperties(ReportProperties props)
          Deprecated. Copy constructor.