Package com.treemap
Class DefaultTreeMapToolTip<N,Row,Column,Component,Color,Font>
java.lang.Object
com.treemap.AbstractTreeMapToolTip<N,Row,Column,Component,Color,Font>
com.treemap.DefaultTreeMapToolTip<N,Row,Column,Component,Color,Font>
- All Implemented Interfaces:
TreeMapToolTip<N,
Row, Column, Color, Font>
public class DefaultTreeMapToolTip<N,Row,Column,Component,Color,Font>
extends AbstractTreeMapToolTip<N,Row,Column,Component,Color,Font>
Created by luc on 06.05.17.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.treemap.TreeMapToolTip
TreeMapToolTip.ToolTipType
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.treemap.AbstractTreeMapToolTip
createPopup, getBorderColor, getInsets, getNode, getPopup, getPopupLocation, getPreferredLocation, getPreferredSize, getPreferredWidth, getRenderer, getView, hidePopup, paintBackground, paintText, setNode, setPreferredWidth, setRenderer, showNode, showPopup
-
Constructor Details
-
DefaultTreeMapToolTip
-
-
Method Details
-
setSize
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getPreferredLocation
public com.macrofocus.geom.Point getPreferredLocation()Description copied from interface:TreeMapToolTip
Gets the preferred location of the tooltip relative to the TreeMapView.- Returns:
- the preferred location
-
getType
Description copied from interface:TreeMapToolTip
Gets the type of tooltip.- Returns:
- the type of the tooltip.
-
setType
Description copied from interface:TreeMapToolTip
Sets the type of the tooltip.- Parameters:
type
- the tooltip type.
-