org.netbeans.api.visual 2.10

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.
 

Methods in org.netbeans.api.visual.graph.layout that return GraphLayout
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.10

Built on August 13 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.