Package org.eclipse.zest.layouts.algorithms
package org.eclipse.zest.layouts.algorithms
-
ClassesClassDescriptionHandles common elements in all layout algorithms [irbull] Refactored into a template pattern.Deprecated, for removal: This API element is subject to removal in a future version.No longer used in Zest 2.x.Layout algorithm that places all elements in one column or one row, depending on set orientation.Deprecated, for removal: This API element is subject to removal in a future version.Use
CompositeLayoutAlgorithm
instead.Deprecated, for removal: This API element is subject to removal in a future version.No longer used in Zest 2.x.Deprecated, for removal: This API element is subject to removal in a future version.UseDirectedGraphLayoutAlgorithm
instead.Deprecated, for removal: This API element is subject to removal in a future version.UseGridLayoutAlgorithm
instead.Deprecated, for removal: This API element is subject to removal in a future version.No longer used in Zest 2.x.Deprecated, for removal: This API element is subject to removal in a future version.UseHorizontalShiftAlgorithm
instead.This layout shifts overlapping nodes to the right.Deprecated, for removal: This API element is subject to removal in a future version.No longer used in Zest 2.x.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.Deprecated, for removal: This API element is subject to removal in a future version.UseRadialLayoutAlgorithm
instead.Layout algorithm implementing SpaceTree.The SpringLayoutAlgorithm has its own data repository and relation repository.Deprecated, for removal: This API element is subject to removal in a future version.UseSpringLayoutAlgorithm
instead.The SugiyamaLayoutAlgorithm class implements an algorithm to arrange a directed graph in a layered tree-like layout.The TreeLayoutAlgorithm class implements a simple algorithm to arrange graph nodes in a layered tree-like layout.Deprecated, for removal: This API element is subject to removal in a future version.UseTreeLayoutAlgorithm
instead.A helper class for layout algorithms that are based on tree structure.A superclass for listeners that can be added to this observer to get notification whenever the tree structure changes.Represents a node in a tree structure and stores all information related to it.TreeLayoutObserver
uses instance of this class to create instances ofTreeLayoutObserver.TreeNode
.Deprecated, for removal: This API element is subject to removal in a future version.No longer used in Zest 2.x.