infovis.tree.visualization.nodelink
Class TreeLayoutFactory.DefaultCreator
java.lang.Object
infovis.tree.visualization.nodelink.TreeLayoutFactory.AbstractCreator
infovis.tree.visualization.nodelink.TreeLayoutFactory.DefaultCreator
- All Implemented Interfaces:
- TreeLayoutFactory.Creator
- Enclosing class:
- TreeLayoutFactory
public static class TreeLayoutFactory.DefaultCreator
- extends TreeLayoutFactory.AbstractCreator
Default implementation of the Creator interface.
- Version:
- $Revision: 1.3 $
- Author:
- Jean-Daniel Fekete
TreeLayoutFactory.DefaultCreator
public TreeLayoutFactory.DefaultCreator(String name,
Class c)
- Constructor.
- Parameters:
name
- the namec
- the class
TreeLayoutFactory.DefaultCreator
public TreeLayoutFactory.DefaultCreator(String name,
Class c,
String param)
- Constructor.
- Parameters:
name
- the namec
- the classparam
- an additional parameter
create
public NodeLinkTreeLayout create(NodeLinkTreeVisualization vis)
- Creates the layout associated with a specified visualization.
- Parameters:
vis
- the visualization
- Returns:
- the layout associated with the visualization
Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.