Package | Description |
---|---|
org.graphstream.ui.layout | |
org.graphstream.ui.layout.springbox | |
org.graphstream.ui.layout.springbox.implementations | |
org.graphstream.ui.view |
Modifier and Type | Method and Description |
---|---|
static Layout |
Layouts.newLayoutAlgorithm()
Creates a layout according to the "org.graphstream.ui.layout" system
property.
|
Constructor and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
BarnesHutLayout
Base implementation of a Barnes-Hut space decomposition and particle
interaction algorithm to be used for force-based layout algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
LinLog |
class |
SpringBox
The GraphStream Spring-Box layout.
|
Modifier and Type | Method and Description |
---|---|
void |
Viewer.enableAutoLayout(Layout layoutAlgorithm)
Launch an automatic layout process that will position nodes in the
background.
|