Uses of Interface
org.graphstream.ui.layout.Layout
| Package | Description |
|---|---|
| org.graphstream.ui.layout | |
| org.graphstream.ui.layout.springbox | |
| org.graphstream.ui.layout.springbox.implementations | |
| org.graphstream.ui.view |
-
Uses of Layout in org.graphstream.ui.layout
Methods in org.graphstream.ui.layout that return Layout Modifier and Type Method Description static LayoutLayouts. newLayoutAlgorithm()Creates a layout according to the "org.graphstream.ui.layout" system property.Constructors in org.graphstream.ui.layout with parameters of type Layout Constructor Description 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 Modifier and Type Class Description classBarnesHutLayoutBase 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 Modifier and Type Class Description classLinLogclassSpringBoxThe GraphStream Spring-Box layout. -
Uses of Layout in org.graphstream.ui.view
Methods in org.graphstream.ui.view with parameters of type Layout Modifier and Type Method Description voidViewer. enableAutoLayout(Layout layoutAlgorithm)Launch an automatic layout process that will position nodes in the background.