Package com.macrofocus.treeplot
Class DefaultTreePlotToolTip<N,Row,Column,Component,Color,Font>
- java.lang.Object
- 
- com.macrofocus.treeplot.AbstractTreePlotToolTip<N,Row,Column,Component,Color,Font>
- 
- com.macrofocus.treeplot.DefaultTreePlotToolTip<N,Row,Column,Component,Color,Font>
 
 
- 
- All Implemented Interfaces:
- TreeMapToolTip<N,Row,Column,Color,Font>
 
 public class DefaultTreePlotToolTip<N,Row,Column,Component,Color,Font> extends AbstractTreePlotToolTip<N,Row,Column,Component,Color,Font> Created by luc on 06.05.17.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.macrofocus.treemap.TreeMapToolTipTreeMapToolTip.ToolTipType
 
- 
 - 
Constructor SummaryConstructors Constructor Description DefaultTreePlotToolTip(TreePlotView<Component,N,Row,Column,Color,Font> view)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()java.awt.PointgetPreferredLocation()Gets the preferred location of the tooltip relative to the TreeMapView.TreeMapToolTip.ToolTipTypegetType()Gets the type of tooltip.intgetWidth()voidsetSize(java.awt.Dimension d)voidsetType(TreeMapToolTip.ToolTipType type)Sets the type of the tooltip.- 
Methods inherited from class com.macrofocus.treeplot.AbstractTreePlotToolTipcreatePopup, getBorderColor, getInsets, getNode, getPopup, getPopupLocation, getPreferredLocation, getPreferredSize, getPreferredWidth, getRenderer, getView, hidePopup, paintBackground, paintText, setNode, setPreferredWidth, setRenderer, showNode, showPopup
 
- 
 
- 
- 
- 
Method Detail- 
setSizepublic void setSize(java.awt.Dimension d) 
 - 
getWidthpublic int getWidth() 
 - 
getHeightpublic int getHeight() 
 - 
getPreferredLocationpublic java.awt.Point getPreferredLocation() Description copied from interface:TreeMapToolTipGets the preferred location of the tooltip relative to the TreeMapView.- Returns:
- the preferred location
 
 - 
getTypepublic TreeMapToolTip.ToolTipType getType() Description copied from interface:TreeMapToolTipGets the type of tooltip.- Returns:
- the type of the tooltip.
 
 - 
setTypepublic void setType(TreeMapToolTip.ToolTipType type) Description copied from interface:TreeMapToolTipSets the type of the tooltip.- Parameters:
- type- the tooltip type.
 
 
- 
 
-