Package com.treemap
Class DefaultTreeMapPopup<Component>
java.lang.Object
com.treemap.DefaultTreeMapPopup<Component>
- All Implemented Interfaces:
TreeMapPopup<Component>
An implementation of a popup window using straight painting.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultTreeMapPopup
-
-
Method Details
-
showPopup
Description copied from interface:TreeMapPopup
Shows the popup at the specified x and y coordinates.- Specified by:
showPopup
in interfaceTreeMapPopup<Component>
- Parameters:
x
- the x position. It is screen position.y
- the y position. It is screen position.owner
- the popup window's owner
-
hidePopup
public void hidePopup()Description copied from interface:TreeMapPopup
Hides the popup.- Specified by:
hidePopup
in interfaceTreeMapPopup<Component>
-
repaint
public void repaint()Description copied from interface:TreeMapPopup
Repaints the owner of the popup.- Specified by:
repaint
in interfaceTreeMapPopup<Component>
-
getAnchor
public com.macrofocus.geom.Point getAnchor()Description copied from interface:TreeMapPopup
Returns the position of the popup.- Specified by:
getAnchor
in interfaceTreeMapPopup<Component>
- Returns:
- the position of the popup
-