Interface AreaSelectionAction

    • Method Detail

      • getDescription

        String getDescription()
        Get the name of this Action, to appear in the popup menu.
      • selectArea

        void selectArea​(PagePanel pagepanel,
                        Rectangle2D area)
        Invoked when the area is selected.
        Parameters:
        pagepanel - the PagePanel the area was selected on
        area - the selected area
      • isEnabled

        boolean isEnabled()
        Indicates whether this action is enabled.
        Since:
        2.13