|
org.netbeans.api.visual 2.2 | |||||||||
| 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. |
| 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.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||