Class SwingTreePlotModel<N,Row,Column>

java.lang.Object
com.treemap.treeplot.DefaultTreePlotModel<N,Row,Column,Color,Font>
com.treemap.swing.treeplot.SwingTreePlotModel<N,Row,Column>
Type Parameters:
N - the type of nodes
All Implemented Interfaces:
TreePlotModel<N,Row,Column,Color,Font>

public class SwingTreePlotModel<N,Row,Column> extends DefaultTreePlotModel<N,Row,Column,Color,Font>
Default implementation of a TreePlotModel. This class provides an easy way to integration with TreeMap's TreeMapModel.