Uses of Package
com.tensegrity.graph.layout

Packages that use com.tensegrity.graph.layout
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.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   
com.tensegrity.graph.view Contains the graph view interface.  
 

Classes in com.tensegrity.graph.layout used by com.tensegrity.graph.layout
EdgeLayout
           The EdgeLayout interface specifies the contract for classes responsible for laying out the visual edges of a graph only.
Layout
           This is the general interface for any Layout class which uses a graph drawing algorithm to perform a layout operation on the visual elements of a graph.
Layoutable
           This is the general interface for any graph element visualization that can and will be arranged by a Layout class and satisfies its configuration requirements.
LayoutableEdge
           This is the general interface for any edge which should be arranged by a Layout.
LayoutableNode
           This is the standard interface for any node which should be arranged by a NodeLayout.
LayoutProgress
          This interface defines the requirements for a progress bar that may be used by NodeLayout instances to show the current state of the layout processing
LayoutService
           This interface defines a component that pools objects of type Layout and use them to perform layout on the given graph elements.
NodeLayout
           The NodeLayout interface specifies the contract for classes responsible for laying out both node and edge elements of a graph.
 

Classes in com.tensegrity.graph.layout used by com.tensegrity.graph.layout.circular
Layout
           This is the general interface for any Layout class which uses a graph drawing algorithm to perform a layout operation on the visual elements of a graph.
LayoutableEdge
           This is the general interface for any edge which should be arranged by a Layout.
LayoutableNode
           This is the standard interface for any node which should be arranged by a NodeLayout.
LayoutProgress
          This interface defines the requirements for a progress bar that may be used by NodeLayout instances to show the current state of the layout processing
NodeLayout
           The NodeLayout interface specifies the contract for classes responsible for laying out both node and edge elements of a graph.
 

Classes in com.tensegrity.graph.layout used by com.tensegrity.graph.layout.controller
EdgeLayout
           The EdgeLayout interface specifies the contract for classes responsible for laying out the visual edges of a graph only.
Layoutable
           This is the general interface for any graph element visualization that can and will be arranged by a Layout class and satisfies its configuration requirements.
LayoutableEdge
           This is the general interface for any edge which should be arranged by a Layout.
LayoutableNode
           This is the standard interface for any node which should be arranged by a NodeLayout.
LayoutService
           This interface defines a component that pools objects of type Layout and use them to perform layout on the given graph elements.
NodeLayout
           The NodeLayout interface specifies the contract for classes responsible for laying out both node and edge elements of a graph.
 

Classes in com.tensegrity.graph.layout used by com.tensegrity.graph.layout.edge
EdgeLayout
           The EdgeLayout interface specifies the contract for classes responsible for laying out the visual edges of a graph only.
Layout
           This is the general interface for any Layout class which uses a graph drawing algorithm to perform a layout operation on the visual elements of a graph.
LayoutableEdge
           This is the general interface for any edge which should be arranged by a Layout.
 

Classes in com.tensegrity.graph.layout used by com.tensegrity.graph.layout.energy
Layout
           This is the general interface for any Layout class which uses a graph drawing algorithm to perform a layout operation on the visual elements of a graph.
LayoutableEdge
           This is the general interface for any edge which should be arranged by a Layout.
LayoutableNode
           This is the standard interface for any node which should be arranged by a NodeLayout.
LayoutProgress
          This interface defines the requirements for a progress bar that may be used by NodeLayout instances to show the current state of the layout processing
NodeLayout
           The NodeLayout interface specifies the contract for classes responsible for laying out both node and edge elements of a graph.
 

Classes in com.tensegrity.graph.layout used by com.tensegrity.graph.layout.hierarchical
Layout
           This is the general interface for any Layout class which uses a graph drawing algorithm to perform a layout operation on the visual elements of a graph.
LayoutableEdge
           This is the general interface for any edge which should be arranged by a Layout.
LayoutableNode
           This is the standard interface for any node which should be arranged by a NodeLayout.
LayoutProgress
          This interface defines the requirements for a progress bar that may be used by NodeLayout instances to show the current state of the layout processing
NodeLayout
           The NodeLayout interface specifies the contract for classes responsible for laying out both node and edge elements of a graph.
 

Classes in com.tensegrity.graph.layout used by com.tensegrity.graph.layout.orgchart
Layout
           This is the general interface for any Layout class which uses a graph drawing algorithm to perform a layout operation on the visual elements of a graph.
LayoutableEdge
           This is the general interface for any edge which should be arranged by a Layout.
LayoutableNode
           This is the standard interface for any node which should be arranged by a NodeLayout.
LayoutProgress
          This interface defines the requirements for a progress bar that may be used by NodeLayout instances to show the current state of the layout processing
NodeLayout
           The NodeLayout interface specifies the contract for classes responsible for laying out both node and edge elements of a graph.
 

Classes in com.tensegrity.graph.layout used by com.tensegrity.graph.layout.random
Layout
           This is the general interface for any Layout class which uses a graph drawing algorithm to perform a layout operation on the visual elements of a graph.
LayoutableEdge
           This is the general interface for any edge which should be arranged by a Layout.
LayoutableNode
           This is the standard interface for any node which should be arranged by a NodeLayout.
LayoutProgress
          This interface defines the requirements for a progress bar that may be used by NodeLayout instances to show the current state of the layout processing
NodeLayout
           The NodeLayout interface specifies the contract for classes responsible for laying out both node and edge elements of a graph.
 

Classes in com.tensegrity.graph.layout used by com.tensegrity.graph.layout.swimlane
Layout
           This is the general interface for any Layout class which uses a graph drawing algorithm to perform a layout operation on the visual elements of a graph.
LayoutableEdge
           This is the general interface for any edge which should be arranged by a Layout.
LayoutableNode
           This is the standard interface for any node which should be arranged by a NodeLayout.
LayoutProgress
          This interface defines the requirements for a progress bar that may be used by NodeLayout instances to show the current state of the layout processing
NodeLayout
           The NodeLayout interface specifies the contract for classes responsible for laying out both node and edge elements of a graph.
 

Classes in com.tensegrity.graph.layout used by com.tensegrity.graph.layout.tree
Layout
           This is the general interface for any Layout class which uses a graph drawing algorithm to perform a layout operation on the visual elements of a graph.
LayoutableEdge
           This is the general interface for any edge which should be arranged by a Layout.
LayoutableNode
           This is the standard interface for any node which should be arranged by a NodeLayout.
LayoutProgress
          This interface defines the requirements for a progress bar that may be used by NodeLayout instances to show the current state of the layout processing
NodeLayout
           The NodeLayout interface specifies the contract for classes responsible for laying out both node and edge elements of a graph.
 

Classes in com.tensegrity.graph.layout used by com.tensegrity.graph.view
Layoutable
           This is the general interface for any graph element visualization that can and will be arranged by a Layout class and satisfies its configuration requirements.
LayoutableEdge
           This is the general interface for any edge which should be arranged by a Layout.
LayoutableGraph
           This interface specifies the requirements for a graph which can be arranged by a Layout.
LayoutableNode
           This is the standard interface for any node which should be arranged by a NodeLayout.
LayoutService
           This interface defines a component that pools objects of type Layout and use them to perform layout on the given graph elements.
 



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