Class SwingTreePlot<N,Row,Column>

java.lang.Object
com.treemap.treeplot.AbstractTreePlot<JComponent,N,Row,Column,Color,Font>
com.treemap.swing.treeplot.SwingTreePlot<N,Row,Column>
All Implemented Interfaces:
com.macrofocus.crossplatform.CPComponent<JComponent>, TreePlot<JComponent,N,Row,Column,Color,Font>

public class SwingTreePlot<N,Row,Column> extends AbstractTreePlot<JComponent,N,Row,Column,Color,Font>
A facade to the TreeMap model-view-controller (MVC) architecture. In brief, the controller collects user input, the model manipulates application data, and the view presents results to the user. This class wraps a TreePlotModel, SwingTreePlotView, and SwingTreePlotController together. It allows easy loading of the data and customization of the most common settings.