Package com.macrofocus.treemap
Class ToolTipTreeMapRenderer<C,N,Row,Column,Color,Font>
- java.lang.Object
-
- com.macrofocus.treemap.ToolTipTreeMapRenderer<C,N,Row,Column,Color,Font>
-
- Type Parameters:
N- the type of nodes
public class ToolTipTreeMapRenderer<C,N,Row,Column,Color,Font> extends java.lang.ObjectRenderer for displaying information about the node under the mouse (tooltip).
-
-
Constructor Summary
Constructors Constructor Description ToolTipTreeMapRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.RectangledrawToolTip(TGraphics<Color,Font> g, TreeMapView<C,N,Row,Column,Color,Font> view, TreeMapModel<N,Row,Column,Color,Font> model, N node, int width, int leftShift, int topShift, boolean paint)voidpaint(TGraphics<Color,Font> g, TreeMapView<C,N,Row,Column,Color,Font> view, N node, int width, int leftShift, int topShift, java.util.concurrent.Future progress)
-