Package | Description |
---|---|
org.netbeans.api.visual.graph |
This package contains built-in graph-oriented models.
|
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. |
Modifier and Type | Class and Description |
---|---|
static class |
GraphScene.StringGraph
This class is a particular GraphScene where nodes and edges are represented with String class.
|
Modifier and Type | Method and Description |
---|---|
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) |
void |
GraphLayout.layoutGraph(GraphScene<N,E> graphScene)
Invokes graph-oriented layout on a GraphScene.
|
void |
GraphLayout.layoutNodes(GraphScene<N,E> graphScene,
Collection<N> nodes)
Invokes resolving of locations for a collection of nodes in a GraphScene.
|
Constructor and Description |
---|
TreeGraphLayout(GraphScene<N,E> scene,
int originX,
int originY,
int verticalGap,
int horizontalGap,
boolean vertical)
Creates a graph-oriented tree layout.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Built on January 23 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.