infovis.tree.visualization.nodelink
Interface TreeLayoutFactory.Creator

All Known Implementing Classes:
TreeLayoutFactory.AbstractCreator, TreeLayoutFactory.DefaultCreator
Enclosing class:
TreeLayoutFactory

public static interface TreeLayoutFactory.Creator

Creator for NodeLinkTreeLayout objects.

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

Method Summary
 NodeLinkTreeLayout create(NodeLinkTreeVisualization vis)
          Creates the layout associated with a specified visualization.
 String getName()
          Returns the layout name.
 

Method Detail

getName

String getName()
Returns the layout name.

Returns:
the layout name

create

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.