Uses of Class
treemap.TreeModel

Uses of TreeModel in treemap
 

Methods in treemap that return TreeModel
 TreeModel TreeModel.getChild(int n)
           
 TreeModel TreeModel.getParent()
           
 

Methods in treemap with parameters of type TreeModel
 void TreeModel.addChild(TreeModel child)
           
static double LayoutCalculations.getReadability(TreeModel tree)
           
 void TreeModel.setParent(TreeModel parent)