Uses of Class
org.netbeans.api.visual.layout.SceneLayout
Packages that use SceneLayout
Package
Description
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 SceneLayoutModifier and TypeMethodDescriptionstatic 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.