Uses of Class
net.sf.jasperreports.engine.JRPropertiesMap

Packages that use JRPropertiesMap
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.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). 
net.sf.jasperreports.engine.util Utility classes. 
 

Uses of JRPropertiesMap in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return JRPropertiesMap
 JRPropertiesMap JRPropertiesMap.cloneProperties()
          Clones this property map.
static JRPropertiesMap JRPropertiesMap.getPropertiesClone(JRPropertiesHolder propertiesHolder)
          Clones the properties map of a properties holder.
 JRPropertiesMap JRPropertiesHolder.getPropertiesMap()
          Returns this object's properties map.
 JRPropertiesMap JasperPrint.getPropertiesMap()
           
 

Constructors in net.sf.jasperreports.engine with parameters of type JRPropertiesMap
JRPropertiesMap(JRPropertiesMap propertiesMap)
          Clones a properties map.
 

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

Fields in net.sf.jasperreports.engine.base declared as JRPropertiesMap
protected  JRPropertiesMap JRBaseParameter.propertiesMap
           
protected  JRPropertiesMap JRBaseField.propertiesMap
           
protected  JRPropertiesMap JRBaseDataset.propertiesMap
           
 

Methods in net.sf.jasperreports.engine.base that return JRPropertiesMap
 JRPropertiesMap JRBaseReport.getPropertiesMap()
           
 JRPropertiesMap JRBaseParameter.getPropertiesMap()
           
 JRPropertiesMap JRBaseField.getPropertiesMap()
           
 JRPropertiesMap JRBaseElement.getPropertiesMap()
           
 JRPropertiesMap JRBaseDataset.getPropertiesMap()
           
 

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

Methods in net.sf.jasperreports.engine.export with parameters of type JRPropertiesMap
static JROriginExporterFilter JROriginExporterFilter.getFilter(JRPropertiesMap propertiesMap, java.lang.String originFilterPrefix)
           
 

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

Methods in net.sf.jasperreports.engine.fill that return JRPropertiesMap
 JRPropertiesMap JRFillParameter.getPropertiesMap()
           
 JRPropertiesMap JRFillField.getPropertiesMap()
           
 JRPropertiesMap JRFillElement.getPropertiesMap()
           
 JRPropertiesMap JRFillDataset.getPropertiesMap()
           
 

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

Methods in net.sf.jasperreports.engine.util that return JRPropertiesMap
protected static JRPropertiesMap JRProperties.getOwnProperties(JRPropertiesHolder propertiesHolder)
           
 

Methods in net.sf.jasperreports.engine.util with parameters of type JRPropertiesMap
static boolean JRProperties.getBooleanProperty(JRPropertiesMap propertiesMap, java.lang.String key, boolean defaultValue)
          Returns the value of a property as a boolean, looking first in the supplied properties map and then in the system properties.
static int JRProperties.getIntegerProperty(JRPropertiesMap propertiesMap, java.lang.String key, int defaultValue)
          Returns the value of a property as an integer, looking first in the supplied properties map and then in the system properties.
static long JRProperties.getLongProperty(JRPropertiesMap propertiesMap, java.lang.String key, int defaultValue)
          Returns the value of a property as a long, looking first in the supplied properties map and then in the system properties.
static java.util.List JRProperties.getProperties(JRPropertiesMap propertiesMap, java.lang.String prefix)
          Returns the list of all properties for a key prefix.
static java.lang.String JRProperties.getProperty(JRPropertiesMap propertiesMap, java.lang.String key)
          Returns the value of a property, looking first in the supplied properties map and then in the system properties.
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com