Class CopyToClipboard

    • Field Detail

      • m_Silent

        protected boolean m_Silent
        whether to suppress the "copied to clipboard" dialog.
    • Constructor Detail

      • CopyToClipboard

        public CopyToClipboard()
    • Method Detail

      • setSilent

        public void setSilent​(boolean value)
        Sets whether to suppress the "copied" dialog.
        Parameters:
        value - true if to suppress dialog
      • getSilent

        public boolean getSilent()
        Returns whether to suppress the "copied" dialog.
        Returns:
        true if to suppress dialog
      • silentTipText

        public String silentTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • doProcessSelection

        protected void doProcessSelection​(ImagePanel panel,
                                          Point topLeft,
                                          Point bottomRight,
                                          List<Point> trace,
                                          int modifiersEx)
        Process the selection that occurred in the image panel.
        Specified by:
        doProcessSelection in class AbstractSelectionProcessor
        Parameters:
        panel - the origin
        topLeft - the top-left position of the selection
        bottomRight - the bottom-right position of the selection
        trace - the trace from the selection
        modifiersEx - the associated modifiers