infovis.tree.visualization.treemap
Class TreemapFactory.DefaultCreator

java.lang.Object
  extended by infovis.tree.visualization.treemap.TreemapFactory.DefaultCreator
All Implemented Interfaces:
TreemapFactory.Creator
Enclosing class:
TreemapFactory

public static class TreemapFactory.DefaultCreator
extends Object
implements TreemapFactory.Creator

Default implementation of the Creator interface.

Version:
$Revision: 1.4 $
Author:
Jean-Daniel Fekete

Constructor Summary
TreemapFactory.DefaultCreator(String className)
          Constructor.
 
Method Summary
 Treemap create(TreemapVisualization vis)
          Creates the Treemap layout.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreemapFactory.DefaultCreator

public TreemapFactory.DefaultCreator(String className)
Constructor.

Parameters:
className - the Treemap layout class name
Method Detail

create

public Treemap create(TreemapVisualization vis)
Creates the Treemap layout.

Specified by:
create in interface TreemapFactory.Creator
Parameters:
vis - the visualization
Returns:
a Treemap layout


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