Interface TreeMapPopup<Component>

    • Method Detail

      • showPopup

        void showPopup​(int x,
                       int y,
                       Component owner)
        Shows the popup at the specified x and y coordinates.
        Parameters:
        x - the x position. It is screen position.
        y - the y position. It is screen position.
        owner - the popup window's owner
      • hidePopup

        void hidePopup()
        Hides the popup.
      • repaint

        void repaint()
        Repaints the owner of the popup.
      • getLocation

        java.awt.Point getLocation()
        Returns the position of the popup.
        Returns:
        the position of the popup