Package | Description |
---|---|
org.eclipse.zest.layouts.algorithms |
Modifier and Type | Class and Description |
---|---|
class |
CompositeLayoutAlgorithm |
class |
ContinuousLayoutAlgorithm |
class |
DirectedGraphLayoutAlgorithm |
class |
GridLayoutAlgorithm |
class |
HorizontalLayoutAlgorithm |
class |
HorizontalShift
This layout shifts overlapping nodes to the right.
|
class |
HorizontalTreeLayoutAlgorithm
A simple algorithm to arrange graph nodes in a layered horizontal tree-like layout.
|
class |
RadialLayoutAlgorithm
This layout will take the given entities, apply a tree layout to them, and then display the
tree in a circular fashion with the roots in the center.
|
class |
SpringLayoutAlgorithm
The SpringLayoutAlgorithm has its own data repository and relation
repository.
|
class |
TreeLayoutAlgorithm
The TreeLayoutAlgorithm class implements a simple algorithm to
arrange graph nodes in a layered vertical tree-like layout.
|
class |
VerticalLayoutAlgorithm |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.