Package com.treemap.swing
Class SwingTreeMapPopup
java.lang.Object
com.treemap.swing.SwingTreeMapPopup
- All Implemented Interfaces:
TreeMapPopup<Component>
An implementation of a popup window using straight painting.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SwingTreeMapPopup
public SwingTreeMapPopup()
-
-
Method Details
-
showPopup
Description copied from interface:TreeMapPopupShows the popup at the specified x and y coordinates.- Specified by:
showPopupin 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:TreeMapPopupHides the popup.- Specified by:
hidePopupin interfaceTreeMapPopup<Component>
-
repaint
public void repaint()Description copied from interface:TreeMapPopupRepaints the owner of the popup.- Specified by:
repaintin interfaceTreeMapPopup<Component>
-
getAnchor
public com.macrofocus.geom.Point getAnchor()Description copied from interface:TreeMapPopupReturns the position of the popup.- Specified by:
getAnchorin interfaceTreeMapPopup<Component>- Returns:
- the position of the popup
-