Package | Description |
---|---|
org.netbeans.api.visual.layout |
This package contains
Layout interface which defines a widget-layout. |
Modifier and Type | Method and Description |
---|---|
static SceneLayout |
LayoutFactory.createDevolveWidgetLayout(Widget widget,
Layout devolveLayout,
boolean animate)
Returns a scene layout which performs one-time layout using specified devolve-layout.
|
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.
|