|
org.netbeans.api.visual 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SceneLayout | |
---|---|
org.netbeans.api.visual.layout |
This package contains Layout interface which defines a widget-layout. |
Uses of SceneLayout in org.netbeans.api.visual.layout |
---|
Methods in org.netbeans.api.visual.layout that return SceneLayout | ||
---|---|---|
static SceneLayout |
LayoutFactory.createDevolveWidgetLayout(Widget widget,
Layout devolveLayout,
boolean animate)
Returns a scene layout which performs one-time layout using specified devolve-layout. |
|
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 |