Package com.macrofocus.treeplot
Interface TreePlotRenderer<N,Row,Column,Component,Color,Font>
-
- Type Parameters:
N- the type of nodes
- All Known Implementing Classes:
GridTreePlotRenderer,NodesTreePlotRenderer
public interface TreePlotRenderer<N,Row,Column,Component,Color,Font>Interface for stepwise rendering of a TreePlotView.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpaint(TGraphics<Color,Font> g, TreePlotView<Component,N,Row,Column,Color,Font> view, java.util.concurrent.Future progress)
-