Package com.macrofocus.treeplot
Interface NodeRenderer<N,Row,Column,Component,Color,Font>
-
- Type Parameters:
N- the type of nodes
- All Known Implementing Classes:
LeafNodeRenderer,ParentNodeRenderer,SelectionNodeRenderer
public interface NodeRenderer<N,Row,Column,Component,Color,Font>Interface for stepwise rendering of a TreePlotNode.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpaintNode(TGraphics<Color,Font> g, TreePlotView<Component,N,Row,Column,Color,Font> view, N node, java.awt.Rectangle bounds, java.awt.Shape shape, boolean useGradientPaint)
-