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

Packages that use Layout
org.graphstream.ui.layout   
org.graphstream.ui.layout.springbox   
org.graphstream.ui.layout.springbox.implementations   
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()
          Creates a layout according to the "org.graphstream.ui.layout" system property.
 

Constructors in org.graphstream.ui.layout with parameters of type Layout
LayoutRunner(Graph graph, Layout layout, boolean start, boolean replay)
          New layout runner that listen at the given graph and compute a layout on its graph structure in a distinct thread.
LayoutRunner(Source source, Layout layout)
          New layout runner that listens 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 BarnesHutLayout
          Base implementation of a Barnes-Hut space decomposition and particle interaction algorithm to be used for force-based layout algorithms.
 

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

Classes in org.graphstream.ui.layout.springbox.implementations that implement Layout
 class LinLog
           
 class SpringBox
          The GraphStream Spring-Box layout.
 

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 © 2013. All Rights Reserved.