Uses of Class
infovis.tree.visualization.NodeLinkTreeVisualization

Packages that use NodeLinkTreeVisualization
infovis.tree.visualization Provides trees visualizations. 
infovis.tree.visualization.nodelink Implements Node-Link diagram layouts for trees. 
 

Uses of NodeLinkTreeVisualization in infovis.tree.visualization
 

Methods in infovis.tree.visualization that return NodeLinkTreeVisualization
 NodeLinkTreeVisualization NodeLinkTreeVisualPanel.getNodeLinkTreeVisualization()
          Returns the NodeLinkTreeVisualization.
 NodeLinkTreeVisualization NodeLinkTreeControlPanel.getNodeLinkTreeVisualization()
          Returns the associated NodeLinkTreeVisualization.
 

Methods in infovis.tree.visualization with parameters of type NodeLinkTreeVisualization
abstract  void NodeLinkTreeLayout.computeShapes(Rectangle2D bounds, NodeLinkTreeVisualization vis)
          Performs the actual computation of the layout.
 

Uses of NodeLinkTreeVisualization in infovis.tree.visualization.nodelink
 

Methods in infovis.tree.visualization.nodelink with parameters of type NodeLinkTreeVisualization
 void SimpleTreeLayout.computeShapes(Rectangle2D bounds, NodeLinkTreeVisualization vis)
          Performs the actual computation of the layout.
 void RTLayout.computeShapes(Rectangle2D bounds, NodeLinkTreeVisualization vis)
          Performs the actual computation of the layout.
 void DendrogramTreeLayout.computeShapes(Rectangle2D bounds, NodeLinkTreeVisualization vis)
          Performs the actual computation of the layout.
 NodeLinkTreeLayout TreeLayoutFactory.Creator.create(NodeLinkTreeVisualization vis)
          Creates the layout associated with a specified visualization.
 NodeLinkTreeLayout TreeLayoutFactory.DefaultCreator.create(NodeLinkTreeVisualization vis)
          Creates the layout associated with a specified visualization.
 NodeLinkTreeLayout TreeLayoutFactory.create(String name, NodeLinkTreeVisualization vis)
          Returns a Creator for the specified layout name and visualization.
static NodeLinkTreeLayout TreeLayoutFactory.createLayout(String name, NodeLinkTreeVisualization visualization)
          Returns a NodeLinkTreeLayout given its name and a NodeLinkTreeVisualization.
 



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