Interface Overlay

    • Method Detail

      • setEnabled

        void setEnabled​(boolean value)
        Sets whether the overlay is enabled.
        Parameters:
        value - true if enabled
      • getEnabled

        boolean getEnabled()
        Returns whether the overlay is enabled.
        Returns:
        true if enabled
      • enabledTipText

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

        void paint​(ObjectAnnotationPanel panel,
                   Graphics g)
        Paints the overlay.
        Parameters:
        panel - the owning panel
        g - the graphics context
      • annotationsChanged

        void annotationsChanged()
        Hook method for when annotations change.
      • cleanUp

        void cleanUp()
        Cleans up data structures, frees up memory.
        Specified by:
        cleanUp in interface CleanUpHandler