org.netbeans.api.visual 2.21.1

Uses of Class
org.netbeans.api.visual.layout.SceneLayout

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
<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.
 


org.netbeans.api.visual 2.21.1

Built on December 7 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.