infovis.tree.visualization.nodelink
Class TreeLayoutFactory.AbstractCreator

java.lang.Object
  extended by infovis.tree.visualization.nodelink.TreeLayoutFactory.AbstractCreator
All Implemented Interfaces:
TreeLayoutFactory.Creator
Direct Known Subclasses:
TreeLayoutFactory.DefaultCreator
Enclosing class:
TreeLayoutFactory

public abstract static class TreeLayoutFactory.AbstractCreator
extends Object
implements TreeLayoutFactory.Creator

Class abstract class implementing the Creator interface.

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

Constructor Summary
TreeLayoutFactory.AbstractCreator(String name)
          Constructor.
 
Method Summary
 String getName()
          Returns the layout name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface infovis.tree.visualization.nodelink.TreeLayoutFactory.Creator
create
 

Constructor Detail

TreeLayoutFactory.AbstractCreator

public TreeLayoutFactory.AbstractCreator(String name)
Constructor.

Parameters:
name - the name
Method Detail

getName

public String getName()
Returns the layout name.

Specified by:
getName in interface TreeLayoutFactory.Creator
Returns:
the layout name


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