Package PamView

Class ClipboardCopier

java.lang.Object
PamView.ClipboardCopier
All Implemented Interfaces:
ClipboardOwner, Transferable, Printable

public class ClipboardCopier extends Object implements ClipboardOwner, Transferable, Printable
Class to Copy graphics content to the clipboard and the printer

Written so that it can easily be added to any PAMGUARD component. Provides default menu items for including in pop up menus or main menu.

Author:
Doug Gillespie
  • Constructor Details

    • ClipboardCopier

      public ClipboardCopier(Component component)
      Parameters:
      component - Component to copy. All children will also be copied.
    • ClipboardCopier

      public ClipboardCopier(Component component, String printJobName)
      Parameters:
      component - Component to copy. All children will also be copied.
      printJobName - name for print job (default is PAMGUARD)
  • Method Details