Uses of Class
infovis.tree.visualization.treemap.Treemap

Packages that use Treemap
infovis.tree.visualization Provides trees visualizations. 
infovis.tree.visualization.treemap Provides helper classes for visualizing tree using treemaps. 
 

Uses of Treemap in infovis.tree.visualization
 

Methods in infovis.tree.visualization that return Treemap
 Treemap TreemapVisualization.getTreemap()
          Returns the Treemap.
 

Methods in infovis.tree.visualization with parameters of type Treemap
 void TreemapVisualization.setLayout(Treemap treemap)
          Sets the treemap.
 

Constructors in infovis.tree.visualization with parameters of type Treemap
TreemapVisualization(Tree tree, Treemap treemap)
          Creates a new TreemapVisualization object.
 

Uses of Treemap in infovis.tree.visualization.treemap
 

Subclasses of Treemap in infovis.tree.visualization.treemap
 class SliceAndDice
          Slice and Dice Algorithm.
 class Squarified
          Squarified Treemap Algorithm.
 class Strip
          Strip Treemap algorithm.
 

Methods in infovis.tree.visualization.treemap that return Treemap
 Treemap TreemapFactory.create(String name, TreemapVisualization vis)
          Creates a new Treemap layout from a specified name.
 Treemap TreemapFactory.Creator.create(TreemapVisualization vis)
          Creates the Treemap layout.
 Treemap TreemapFactory.DefaultCreator.create(TreemapVisualization vis)
          Creates the Treemap layout.
static Treemap TreemapFactory.createTreemap(String name, TreemapVisualization vis)
          Creates a Treemap layout given its name.
 



Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.