Class PdfExportPlugin

    • Constructor Detail

      • PdfExportPlugin

        public PdfExportPlugin()
        DefaultConstructor.
    • Method Detail

      • performExport

        public boolean performExport​(MasterReport report)
        Shows this dialog and (if the dialog is confirmed) saves the complete report into an PDF file.
        Parameters:
        report - the report being processed.
        Returns:
        true or false.
      • getDisplayName

        public String getDisplayName()
        Returns the display name.
        Returns:
        The display name.
      • getShortDescription

        public String getShortDescription()
        Returns the short description for the action.
        Returns:
        The short description.
      • getSmallIcon

        public Icon getSmallIcon()
        Returns the small icon for the action.
        Returns:
        The icon.
      • getLargeIcon

        public Icon getLargeIcon()
        Returns the large icon for the action.
        Returns:
        The icon.
      • getAcceleratorKey

        public KeyStroke getAcceleratorKey()
        Returns the accelerator key for the action.
        Returns:
        The accelerator key.
      • getMnemonicKey

        public Integer getMnemonicKey()
        Returns the mnemonic key code.
        Returns:
        The key code.
      • getResources

        protected org.pentaho.reporting.libraries.base.util.ResourceBundleSupport getResources()
        Returns the resourcebundle to be used to translate strings into localized content.
        Returns:
        the resourcebundle for the localization.