Uses of Interface
infovis.tree.visualization.nodelink.TreeLayoutFactory.Creator

Packages that use TreeLayoutFactory.Creator
infovis.tree.visualization.nodelink Implements Node-Link diagram layouts for trees. 
 

Uses of TreeLayoutFactory.Creator in infovis.tree.visualization.nodelink
 

Classes in infovis.tree.visualization.nodelink that implement TreeLayoutFactory.Creator
static class TreeLayoutFactory.AbstractCreator
          Class abstract class implementing the Creator interface.
static class TreeLayoutFactory.DefaultCreator
          Default implementation of the Creator interface.
 

Methods in infovis.tree.visualization.nodelink that return TreeLayoutFactory.Creator
 TreeLayoutFactory.Creator TreeLayoutFactory.getCreator(String name)
          Returns a Creator for a specified layout name.
 

Methods in infovis.tree.visualization.nodelink with parameters of type TreeLayoutFactory.Creator
 void TreeLayoutFactory.add(String name, TreeLayoutFactory.Creator c)
          Registers a new creator with a specified name.
 void TreeLayoutFactory.add(TreeLayoutFactory.Creator c)
          Registers a new creator.
 



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