org.jfree.report.modules.output.support.itext
Class BaseFontModule

java.lang.Object
  |
  +--org.jfree.base.modules.DefaultModuleInfo
        |
        +--org.jfree.base.modules.AbstractModule
              |
              +--org.jfree.report.modules.output.support.itext.BaseFontModule

public class BaseFontModule
extends org.jfree.base.modules.AbstractModule

The module definition for the itext font processing module.

Author:
Thomas Morgner

Constructor Summary
BaseFontModule()
          DefaultConstructor.
 
Method Summary
 void initialize(org.jfree.base.modules.SubSystem subSystem)
          Initialialize the font factory when this class is loaded and the system property of "org.jfree.report.modules.output.pageable.itext.PDFOutputTarget.AutoInit" is set to true.
 
Methods inherited from class org.jfree.base.modules.AbstractModule
configure, getDescription, getName, getOptionalModules, getProducer, getRequiredModules, getSubSystem, isClassLoadable, loadModuleInfo, loadModuleInfo, performExternalInitialize, setDescription, setName, setOptionalModules, setProducer, setRequiredModules, setSubSystem, toString
 
Methods inherited from class org.jfree.base.modules.DefaultModuleInfo
equals, getMajorVersion, getMinorVersion, getModuleClass, getPatchLevel, hashCode, setMajorVersion, setMinorVersion, setModuleClass, setPatchLevel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseFontModule

public BaseFontModule()
               throws org.jfree.base.modules.ModuleInitializeException
DefaultConstructor. Loads the module specification.
Throws:
org.jfree.base.modules.ModuleInitializeException - if an error occured.
Method Detail

initialize

public void initialize(org.jfree.base.modules.SubSystem subSystem)
                throws org.jfree.base.modules.ModuleInitializeException
Initialialize the font factory when this class is loaded and the system property of "org.jfree.report.modules.output.pageable.itext.PDFOutputTarget.AutoInit" is set to true.
Overrides:
initialize in class org.jfree.base.modules.AbstractModule
Throws:
org.jfree.base.modules.ModuleInitializeException - if an error occured.