- TOP_DOWN - Static variable in class org.eclipse.gef4.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.gef4.layout.algorithms.TreeLayoutAlgorithm
-
Tree direction constant for which root is placed at the top and branches
spread downwards
- toString() - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutAlgorithm
-
- TreeLayoutAlgorithm - Class in org.eclipse.gef4.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.gef4.layout.algorithms.TreeLayoutAlgorithm
-
Create a default Tree Layout.
- TreeLayoutAlgorithm(int) - Constructor for class org.eclipse.gef4.layout.algorithms.TreeLayoutAlgorithm
-
Create a Tree Layout with a specified direction.
- TreeLayoutAlgorithm(int, Dimension) - Constructor for class org.eclipse.gef4.layout.algorithms.TreeLayoutAlgorithm
-
Create a Tree Layout with fixed size spacing around nodes.
- TreeLayoutObserver - Class in org.eclipse.gef4.layout.algorithms
-
A helper class for layout algorithms that are based on tree structure.
- TreeLayoutObserver(LayoutContext, TreeLayoutObserver.TreeNodeFactory) - Constructor for class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver
-
- TreeLayoutObserver.TreeListener - Class in org.eclipse.gef4.layout.algorithms
-
A superclass for listeners that can be added to this observer to get
notification whenever the tree structure changes.
- TreeLayoutObserver.TreeNode - Class in org.eclipse.gef4.layout.algorithms
-
Represents a node in a tree structure and stores all information related
to it.
- TreeLayoutObserver.TreeNodeFactory - Class in org.eclipse.gef4.layout.algorithms
-
- TreeListener() - Constructor for class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeListener
-
- TreeNode(Node, TreeLayoutObserver) - Constructor for class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
-
Creates a tree node related to given layout node
- TreeNodeFactory() - Constructor for class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNodeFactory
-