Skip navigation links
GEF4 Layout
1.0.0.201606040817
A B C D F G H I L M N O P R S T U V W 

T

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
Constructs a new TreeLayoutObserver for observing the given LayoutContext.
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
TreeLayoutObserver uses instance of this class to create instances of TreeLayoutObserver.TreeNode.
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
 
A B C D F G H I L M N O P R S T U V W 
Skip navigation links
GEF4 Layout
1.0.0.201606040817

Copyright (c) 2014 itemis AG and others. All rights reserved.