org.pentaho.reporting.engine.classic.core.modules.gui.pdf
Class PdfExportGUIModule
java.lang.Object
org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo
org.pentaho.reporting.libraries.base.boot.AbstractModule
org.pentaho.reporting.engine.classic.core.modules.gui.pdf.PdfExportGUIModule
- All Implemented Interfaces:
- org.pentaho.reporting.libraries.base.boot.Module, org.pentaho.reporting.libraries.base.boot.ModuleInfo
public class PdfExportGUIModule
- extends org.pentaho.reporting.libraries.base.boot.AbstractModule
The module definition for the PDF export gui module.
- Author:
- Thomas Morgner
|
Method Summary |
void |
initialize(org.pentaho.reporting.libraries.base.boot.SubSystem s)
Initalizes the module and registes it with the export plugin factory. |
| Methods inherited from class org.pentaho.reporting.libraries.base.boot.AbstractModule |
configure, getDescription, getName, getOptionalModules, getProducer, getRequiredModules, getSubSystem, setOptionalModules, toString |
| Methods inherited from class org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo |
equals, getMajorVersion, getMinorVersion, getModuleClass, getPatchLevel, hashCode, setMajorVersion, setMinorVersion, setModuleClass, setPatchLevel |
| Methods inherited from interface org.pentaho.reporting.libraries.base.boot.ModuleInfo |
getMajorVersion, getMinorVersion, getModuleClass, getPatchLevel |
SECURITY_ENCRYPTION_NONE
public static final String SECURITY_ENCRYPTION_NONE
- A constant for the encryption type (40 bit).
- See Also:
- Constant Field Values
SECURITY_ENCRYPTION_40BIT
public static final String SECURITY_ENCRYPTION_40BIT
- A constant for the encryption type (40 bit).
- See Also:
- Constant Field Values
SECURITY_ENCRYPTION_128BIT
public static final String SECURITY_ENCRYPTION_128BIT
- A constant for the encryption type (128 bit).
- See Also:
- Constant Field Values
PdfExportGUIModule
public PdfExportGUIModule()
throws org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
- DefaultConstructor. Loads the module specification.
- Throws:
org.pentaho.reporting.libraries.base.boot.ModuleInitializeException - if an error occured.
initialize
public void initialize(org.pentaho.reporting.libraries.base.boot.SubSystem s)
throws org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
- Initalizes the module and registes it with the export plugin factory.
- Throws:
org.pentaho.reporting.libraries.base.boot.ModuleInitializeException - if an error occured.