- TOP_DOWN - Static variable in class org.eclipse.gef.layout.algorithms.SpaceTreeLayoutAlgorithm
-
Tree direction constant for which root is placed at the top and branches
spread downwards
- TOP_DOWN - Static variable in class org.eclipse.gef.layout.algorithms.TreeLayoutAlgorithm
-
Tree direction constant for which root is placed at the top and branches
spread downwards
- toString() - Method in class org.eclipse.gef.layout.algorithms.TreeLayoutAlgorithm
-
- TreeLayoutAlgorithm - Class in org.eclipse.gef.layout.algorithms
-
The TreeLayoutAlgorithm class implements a simple algorithm to arrange graph
nodes in a layered tree-like layout.
- TreeLayoutAlgorithm() - Constructor for class org.eclipse.gef.layout.algorithms.TreeLayoutAlgorithm
-
Create a default Tree Layout.
- TreeLayoutAlgorithm(int) - Constructor for class org.eclipse.gef.layout.algorithms.TreeLayoutAlgorithm
-
Create a Tree Layout with a specified direction.
- TreeLayoutAlgorithm(int, Dimension) - Constructor for class org.eclipse.gef.layout.algorithms.TreeLayoutAlgorithm
-
Create a Tree Layout with fixed size spacing around nodes.
- TreeLayoutHelper - Class in org.eclipse.gef.layout.algorithms
-
A helper class for layout algorithms that are based on tree structure.
- TreeLayoutHelper(TreeLayoutHelper.TreeNodeFactory) - Constructor for class org.eclipse.gef.layout.algorithms.TreeLayoutHelper
-
- TreeLayoutHelper.TreeListener - Class in org.eclipse.gef.layout.algorithms
-
A superclass for listeners that can be added to this observer to get
notification whenever the tree structure changes.
- TreeLayoutHelper.TreeNode - Class in org.eclipse.gef.layout.algorithms
-
Represents a node in a tree structure and stores all information related
to it.
- TreeLayoutHelper.TreeNodeFactory - Class in org.eclipse.gef.layout.algorithms
-
- TreeListener() - Constructor for class org.eclipse.gef.layout.algorithms.TreeLayoutHelper.TreeListener
-
- TreeNode(Node, TreeLayoutHelper) - Constructor for class org.eclipse.gef.layout.algorithms.TreeLayoutHelper.TreeNode
-
Creates a tree node related to given layout node
- TreeNodeFactory() - Constructor for class org.eclipse.gef.layout.algorithms.TreeLayoutHelper.TreeNodeFactory
-