Package com.treemap

Interface TreeMapPopup<Component>

All Known Implementing Classes:
DefaultTreeMapPopup, DefaultTreePlotPopup

public interface TreeMapPopup<Component>
A popup window (typically to display tooltips)
  • Method Summary

    Modifier and Type
    Method
    Description
    com.macrofocus.geom.Point
    Returns the position of the popup.
    void
    Hides the popup.
    void
    Repaints the owner of the popup.
    void
    showPopup(int x, int y, Component owner)
    Shows the popup at the specified x and y coordinates.
  • Method Details

    • 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.
    • getAnchor

      com.macrofocus.geom.Point getAnchor()
      Returns the position of the popup.
      Returns:
      the position of the popup