Package com.macrofocus.treeplot
Class ToolTipTreePlotRenderer<N,Row,Column,Color,Font>
- java.lang.Object
-
- com.macrofocus.treeplot.ToolTipTreePlotRenderer<N,Row,Column,Color,Font>
-
- Type Parameters:
N
- the type of nodes
public class ToolTipTreePlotRenderer<N,Row,Column,Color,Font> extends java.lang.Object
Renderer for displaying information about the node under the mouse (tooltip).
-
-
Constructor Summary
Constructors Constructor Description ToolTipTreePlotRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.macrofocus.geom.Rectangle
drawToolTip(TGraphics<Color,Font> g, TreePlotView<javax.swing.JComponent,N,Row,Column,Color,Font> view, TreePlotModel<N,Row,Column,Color,Font> model, N node, int width, int leftShift, int topShift, boolean paint)
void
paint(TGraphics<Color,Font> g, TreePlotView<javax.swing.JComponent,N,Row,Column,Color,Font> view, N node, int width, int leftShift, int topShift, java.util.concurrent.Future progress)
-