Uses of Interface
org.graphstream.ui.layout.Layout

Packages that use Layout
org.graphstream.ui.layout   
org.graphstream.ui.layout.springbox   
org.graphstream.ui.swingViewer   
 

Uses of Layout in org.graphstream.ui.layout
 

Methods in org.graphstream.ui.layout that return Layout
static Layout Layouts.newLayoutAlgorithm()
           
 

Constructors in org.graphstream.ui.layout with parameters of type Layout
LayoutRunner(Graph graph, Layout layout, boolean start, boolean replay)
           
LayoutRunner(Source source, Layout layout)
          New layout runner that listen at the given source and compute a layout on its graph structure in a distinct thread.
LayoutRunner(Source source, Layout layout, boolean start)
          New layout runner that listen at the given source and compute a layout on its graph structure in a distinct thread.
 

Uses of Layout in org.graphstream.ui.layout.springbox
 

Classes in org.graphstream.ui.layout.springbox that implement Layout
 class SpringBox
          An implementation of spring algorithms to layout a graph.
 

Uses of Layout in org.graphstream.ui.swingViewer
 

Methods in org.graphstream.ui.swingViewer with parameters of type Layout
 void Viewer.enableAutoLayout(Layout layoutAlgorithm)
          Launch an automatic layout process that will position nodes in the background.
 



Copyright © 2011. All Rights Reserved.