Package com.macrofocus.treemap
Interface TreeMapRenderer<C,N,Row,Column,Color,Font>
-
- Type Parameters:
N- the type of nodes
public interface TreeMapRenderer<C,N,Row,Column,Color,Font>Interface for stepwise rendering of a TreeMapView.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpaint(TGraphics<Color,Font> g2, TreeMapView<C,N,Row,Column,Color,Font> view, java.util.concurrent.Future progress)
-