org.jfree.report
public class JFreeReportCoreModule extends 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.
Field Summary | |
---|---|
static String | FONTRENDERER_ISBUGGY_FRC_KEY
The G2 fontrenderer bug override configuration key. |
static String | FONTRENDERER_USEALIASING_KEY
The text aliasing configuration key. |
static String | NO_PRINTER_AVAILABLE_KEY
The 'no-printer-available' property key. |
static String | STRICT_ERROR_HANDLING_KEY
A configuration key that defines, whether errors will abort the report
processing. |
Constructor Summary | |
---|---|
JFreeReportCoreModule()
Creates a new module definition based on the 'coremodule.properties' file of this
package.
|
Method Summary | |
---|---|
void | initialize(SubSystem subSystem)
Initializes the module. |
Throws: ModuleInitializeException if the file could not be loaded.
Parameters: subSystem the subSystem.
Throws: ModuleInitializeException if an error ocurred while initializing the module.