站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.api.visual.layout.SceneLayout (Visual Library API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual 2.2

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

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.