org.jfree.report.util
Class ReportConfiguration

java.lang.Object
  extended by org.jfree.base.config.HierarchicalConfiguration
      extended by org.jfree.report.util.ReportConfiguration
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.jfree.base.config.ModifiableConfiguration, org.jfree.util.Configuration, org.jfree.util.PublicCloneable

public class ReportConfiguration
extends org.jfree.base.config.HierarchicalConfiguration

The local configuration for a JFreeReport instance.

The global configuration can be accessed using JFreeReportBoot.getInstance().getGlobalConfig().

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
ReportConfiguration(org.jfree.util.Configuration globalConfig)
          Creates a new report configuration.
 
Method Summary
protected  void configurationLoaded()
           
protected  boolean isParentSaved()
           
 
Methods inherited from class org.jfree.base.config.HierarchicalConfiguration
clone, findPropertyKeys, getConfigProperties, getConfigProperty, getConfigProperty, getConfiguration, getParentConfig, insertConfiguration, isLocallyDefined, setConfigProperty, setParentConfig
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportConfiguration

public ReportConfiguration(org.jfree.util.Configuration globalConfig)
Creates a new report configuration.

Parameters:
globalConfig - the global configuration.
Method Detail

isParentSaved

protected boolean isParentSaved()
Overrides:
isParentSaved in class org.jfree.base.config.HierarchicalConfiguration

configurationLoaded

protected void configurationLoaded()
Overrides:
configurationLoaded in class org.jfree.base.config.HierarchicalConfiguration