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

Packages that use Layout
com.tensegrity.graph.layout Contains the layout algorithms and their dependent utility classes.  
com.tensegrity.graph.layout.circular   
com.tensegrity.graph.layout.edge   
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 Layout in com.tensegrity.graph.layout
 

Subinterfaces of Layout in com.tensegrity.graph.layout
 interface EdgeLayout
           The EdgeLayout interface specifies the contract for classes responsible for laying out the visual edges of a graph only.
 interface NodeLayout
           The NodeLayout interface specifies the contract for classes responsible for laying out both node and edge elements of a graph.
 

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

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

Uses of Layout in com.tensegrity.graph.layout.edge
 

Classes in com.tensegrity.graph.layout.edge that implement Layout
 class DefaultEdgeLayout
           This EdgeLayout implementation arranges edges without moving any nodes.
 

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

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

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

Classes in com.tensegrity.graph.layout.hierarchical that implement Layout
 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 Layout in com.tensegrity.graph.layout.orgchart
 

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

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

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

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

Classes in com.tensegrity.graph.layout.swimlane that implement Layout
 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 Layout in com.tensegrity.graph.layout.tree
 

Classes in com.tensegrity.graph.layout.tree that implement Layout
 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.