org.jfree.report
public class JFreeReportCoreModule extends org.pentaho.reporting.libraries.base.boot.AbstractModule
This module is used to initialize the image and drawable factories. If the Pixie library is available, support for WMF-files is added to the factories.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FONTRENDERER_ISBUGGY_FRC_KEY
The G2 fontrenderer bug override configuration key.
|
static java.lang.String |
FONTRENDERER_USEALIASING_KEY
The text aliasing configuration key.
|
static java.lang.String |
NO_PRINTER_AVAILABLE_KEY
The 'no-printer-available' property key.
|
static java.lang.String |
STRICT_ERROR_HANDLING_KEY
A configuration key that defines, whether errors will abort the report
processing.
|
Constructor and Description |
---|
JFreeReportCoreModule()
Creates a new module definition based on the 'coremodule.properties' file of this
package.
|
Modifier and Type | Method and Description |
---|---|
void |
initialize(org.pentaho.reporting.libraries.base.boot.SubSystem subSystem)
Initializes the module.
|
configure, getDescription, getName, getOptionalModules, getProducer, getRequiredModules, getSubSystem, isClassLoadable, loadModuleInfo, loadModuleInfo, performExternalInitialize, performExternalInitialize, setDescription, setName, setOptionalModules, setProducer, setRequiredModules, setSubSystem, toString
equals, getMajorVersion, getMinorVersion, getModuleClass, getPatchLevel, hashCode, setMajorVersion, setMinorVersion, setModuleClass, setPatchLevel
public static final java.lang.String NO_PRINTER_AVAILABLE_KEY
public static final java.lang.String FONTRENDERER_ISBUGGY_FRC_KEY
public static final java.lang.String FONTRENDERER_USEALIASING_KEY
public static final java.lang.String STRICT_ERROR_HANDLING_KEY
public JFreeReportCoreModule() throws org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
- if the file could not be loaded.public void initialize(org.pentaho.reporting.libraries.base.boot.SubSystem subSystem) throws org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
subSystem
- the subSystem.org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
- if an error ocurred while initializing the module.