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

Packages that use Layoutable
com.tensegrity.graph.layout Contains the layout algorithms and their dependent utility classes.  
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.view Contains the graph view interface.  
 

Uses of Layoutable in com.tensegrity.graph.layout
 

Subinterfaces of Layoutable in com.tensegrity.graph.layout
 interface LayoutableEdge
           This is the general interface for any edge which should be arranged by a Layout.
 interface LayoutableNode
           This is the standard interface for any node which should be arranged by a NodeLayout.
 

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

Methods in com.tensegrity.graph.layout.controller with parameters of type Layoutable
 int OrgChartLayoutController.getNodeArrangement(Layoutable node)
          Gets the arrangement style of the specified node.
 void OrgChartLayoutController.setNodeArrangement(Layoutable node, int arrangement)
          Sets the arrangement style of the specified node.
 

Uses of Layoutable in com.tensegrity.graph.view
 

Subinterfaces of Layoutable in com.tensegrity.graph.view
 interface VisualEdge
           This interface represents the functionality of any potential Edge representation.
 interface VisualGraphObject
           This interface represents the aspects common to all visual graph elements, including a VisualNode, VisualEdge and VisualSubgraph.
 interface VisualNode
           This interface represents the functionality of any potential Node representation.
 interface VisualSubgraph
          VisualSubgraph are the view counterparts to the Subgraph objects in the graph model package.
 



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