Uses of Interface
com.tensegrity.graph.layout.NodeLayout

Packages that use NodeLayout
com.tensegrity.graph.layout Contains the layout algorithms and their dependent utility classes.  
com.tensegrity.graph.layout.circular   
com.tensegrity.graph.layout.controller The controller package contains several concrete implementations of abstract class LayoutController which can be used in many common applications.  
com.tensegrity.graph.layout.energy   
com.tensegrity.graph.layout.hierarchical   
com.tensegrity.graph.layout.orgchart   
com.tensegrity.graph.layout.random   
com.tensegrity.graph.layout.swimlane   
com.tensegrity.graph.layout.tree   
 

Uses of NodeLayout in com.tensegrity.graph.layout
 

Methods in com.tensegrity.graph.layout with parameters of type NodeLayout
 boolean GraphLayoutService.registerLayoutEngine(NodeLayout newLyoutEngine)
           
 boolean LayoutService.registerLayoutEngine(NodeLayout newBasicLayoutEngine)
          This method may be used to add a new layouter into the layout pool.
 

Uses of NodeLayout in com.tensegrity.graph.layout.circular
 

Classes in com.tensegrity.graph.layout.circular that implement NodeLayout
 class CircularLayout
           Class CircularLayout emphasizes group and tree structures within a network.
 

Uses of NodeLayout in com.tensegrity.graph.layout.controller
 

Methods in com.tensegrity.graph.layout.controller with parameters of type NodeLayout
 boolean LayoutController.registerLayoutEngine(NodeLayout layoutEngine)
          Deprecated. Please use LayoutController.registerLayout(NodeLayout) instead. The method is about to be removed in future releases.
 boolean LayoutController.registerLayout(NodeLayout nodeLayout)
          This method should be used to add a new NodeLayout object into the node layout pool.
 

Uses of NodeLayout in com.tensegrity.graph.layout.energy
 

Classes in com.tensegrity.graph.layout.energy that implement NodeLayout
 class EnergyLayout
           This Layout uses a force-directed layout algorithm to arrange a given graph.
 

Uses of NodeLayout in com.tensegrity.graph.layout.hierarchical
 

Classes in com.tensegrity.graph.layout.hierarchical that implement NodeLayout
 class HierarchicalLayout
           This Layout uses a Sugiyama layout algorithm to arrange a graph by placing nodes in different layers (rows and columns of an imaginary 2D grid) in such a way that most visual edges flow in the same direction and the number of their intersections are minimized.
 

Uses of NodeLayout in com.tensegrity.graph.layout.orgchart
 

Classes in com.tensegrity.graph.layout.orgchart that implement NodeLayout
 class OrgChartLayout
           This Layout arranges a visual graph in the form of a tree.
 

Uses of NodeLayout in com.tensegrity.graph.layout.random
 

Classes in com.tensegrity.graph.layout.random that implement NodeLayout
 class RandomLayout
          This NodeLayout arranges nodes of a given graph on a grid randomly.
 

Uses of NodeLayout in com.tensegrity.graph.layout.swimlane
 

Classes in com.tensegrity.graph.layout.swimlane that implement NodeLayout
 class SwimlaneLayout
          This class implements NodeLayout to layout nodes using HierarchicalLayout The constants which can be used to configure instances of this NodeLayout class are defined in class SwimlaneConstants.
 

Uses of NodeLayout in com.tensegrity.graph.layout.tree
 

Classes in com.tensegrity.graph.layout.tree that implement NodeLayout
 class TreeLayout
           This NodeLayout arranges a graph in the form of a tree.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.