org.netbeans.api.visual 2.23.1

Uses of Class
org.netbeans.api.visual.graph.layout.GraphLayout

Packages that use GraphLayout
org.netbeans.api.visual.graph.layout This package contains built-in graph-oriented layout algorithms. 
org.netbeans.api.visual.layout This package contains Layout interface which defines a widget-layout. 
 

Uses of GraphLayout in org.netbeans.api.visual.graph.layout
 

Subclasses of GraphLayout in org.netbeans.api.visual.graph.layout
 class GridGraphLayout<N,E>
          This class represents a graph-oriented layout which organizes nodes into a grid.
 class TreeGraphLayout<N,E>
          This class supplies the tree graph-oriented layout for a GraphScene.
 

Methods in org.netbeans.api.visual.graph.layout that return GraphLayout
static
<N,E> GraphLayout<N,E>
GraphLayoutFactory.createHierarchicalGraphLayout(GraphScene<N,E> graphScene, boolean animate)
           
static
<N,E> GraphLayout<N,E>
GraphLayoutFactory.createHierarchicalGraphLayout(GraphScene<N,E> graphScene, boolean animate, boolean inverted)
           
static
<N,E> GraphLayout<N,E>
GraphLayoutFactory.createHierarchicalGraphLayout(GraphScene<N,E> graphScene, boolean animate, boolean inverted, int xOffset, int layerOffset)
           
static
<N,E> GraphLayout<N,E>
GraphLayoutFactory.createOrthogonalGraphLayout(GraphScene<N,E> graphScene, boolean animate)
           
static
<N,E> GraphLayout<N,E>
GraphLayoutFactory.createTreeGraphLayout(int originX, int originY, int verticalGap, int horizontalGap, boolean vertical)
          Creates a tree graph layout.
 

Methods in org.netbeans.api.visual.graph.layout with parameters of type GraphLayout
static
<N,E> void
GraphLayoutSupport.setTreeGraphLayoutProperties(GraphLayout<N,E> graph, int originX, int originY, int verticalGap, int horizontalGap, boolean vertical)
          Sets properties to a tree graph layout.
static
<N,E> void
GraphLayoutSupport.setTreeGraphLayoutRootNode(GraphLayout<N,E> graph, N rootNode)
          Sets a root node to a tree graph layout.
 

Uses of GraphLayout in org.netbeans.api.visual.layout
 

Methods in org.netbeans.api.visual.layout with parameters of type GraphLayout
static
<N,E> SceneLayout
LayoutFactory.createSceneGraphLayout(GraphPinScene<N,E,?> graphPinScene, GraphLayout<N,E> graphLayout)
          Creates a scene layout which performs a specified graph-oriented layout on a specified GraphPinScene.
static
<N,E> SceneLayout
LayoutFactory.createSceneGraphLayout(GraphScene<N,E> graphScene, GraphLayout<N,E> graphLayout)
          Creates a scene layout which performs a specified graph-oriented layout on a specified GraphScene.
 


org.netbeans.api.visual 2.23.1

Built on July 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.