|
org.netbeans.api.visual 2.23.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
GraphLayoutFactory.createHierarchicalGraphLayout(GraphScene<N,E> graphScene,
boolean animate)
|
|
static
|
GraphLayoutFactory.createHierarchicalGraphLayout(GraphScene<N,E> graphScene,
boolean animate,
boolean inverted)
|
|
static
|
GraphLayoutFactory.createHierarchicalGraphLayout(GraphScene<N,E> graphScene,
boolean animate,
boolean inverted,
int xOffset,
int layerOffset)
|
|
static
|
GraphLayoutFactory.createOrthogonalGraphLayout(GraphScene<N,E> graphScene,
boolean animate)
|
|
static
|
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
|
GraphLayoutSupport.setTreeGraphLayoutProperties(GraphLayout<N,E> graph,
int originX,
int originY,
int verticalGap,
int horizontalGap,
boolean vertical)
Sets properties to a tree graph layout. |
|
static
|
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
|
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
|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |