Uses of Interface
com.metsci.glimpse.painter.treemap.TreeMapLayout

Packages that use TreeMapLayout
com.metsci.glimpse.painter.treemap Painters for visualizing hierarchical data as a set of nested rectangles. 
 

Uses of TreeMapLayout in com.metsci.glimpse.painter.treemap
 

Classes in com.metsci.glimpse.painter.treemap that implement TreeMapLayout
 class SliceAndDiceLayout
          Lays out the children in a simplistic manner.
 class SquarifiedLayout
          A TreeMap layout which better preserves aspect ratio and provides easier understanding of spatial relationships between nodes.
 

Methods in com.metsci.glimpse.painter.treemap that return TreeMapLayout
 TreeMapLayout AbstractTreeMapPainter.getTreeMapLayout()
           
 

Methods in com.metsci.glimpse.painter.treemap with parameters of type TreeMapLayout
 void AbstractTreeMapPainter.setLayout(TreeMapLayout layout)
           
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.