org.netbeans.api.visual 2.28.1

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

Packages that use TreeGraphLayoutAlignment
org.netbeans.api.visual.graph.layout This package contains built-in graph-oriented layout algorithms. 
 

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

Methods in org.netbeans.api.visual.graph.layout that return TreeGraphLayoutAlignment
static TreeGraphLayoutAlignment TreeGraphLayoutAlignment.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TreeGraphLayoutAlignment[] TreeGraphLayoutAlignment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.netbeans.api.visual.graph.layout with parameters of type TreeGraphLayoutAlignment
static
<N,E> GraphLayout<N,E>
GraphLayoutFactory.createTreeGraphLayout(int originX, int originY, int verticalGap, int horizontalGap, boolean vertical, boolean minimizeGap, TreeGraphLayoutAlignment alignment)
          Creates a tree graph layout.
static
<N,E> void
GraphLayoutSupport.setTreeGraphLayoutProperties(GraphLayout<N,E> graph, int originX, int originY, int verticalGap, int horizontalGap, boolean vertical, boolean minimizeGap, TreeGraphLayoutAlignment alignment)
          Sets properties to a tree graph layout.
 


org.netbeans.api.visual 2.28.1

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