Zest
1.5.100.201405261516

Uses of Interface
org.eclipse.zest.layouts.LayoutAlgorithm

Packages that use LayoutAlgorithm
org.eclipse.zest.core.viewers   
org.eclipse.zest.core.widgets   
org.eclipse.zest.layouts.algorithms   
 

Uses of LayoutAlgorithm in org.eclipse.zest.core.viewers
 

Methods in org.eclipse.zest.core.viewers that return LayoutAlgorithm
protected  LayoutAlgorithm GraphViewer.getLayoutAlgorithm()
           
 

Methods in org.eclipse.zest.core.viewers with parameters of type LayoutAlgorithm
 void GraphViewer.setLayoutAlgorithm(LayoutAlgorithm algorithm)
           
 void GraphViewer.setLayoutAlgorithm(LayoutAlgorithm algorithm, boolean runLayout)
          Sets the layout algorithm to use for this viewer.
 

Uses of LayoutAlgorithm in org.eclipse.zest.core.widgets
 

Methods in org.eclipse.zest.core.widgets that return LayoutAlgorithm
 LayoutAlgorithm Graph.getLayoutAlgorithm()
           
 

Methods in org.eclipse.zest.core.widgets with parameters of type LayoutAlgorithm
 void IContainer.setLayoutAlgorithm(LayoutAlgorithm algorithm, boolean applyLayout)
          Sets the LayoutAlgorithm for this container and optionally applies it.
 void Graph.setLayoutAlgorithm(LayoutAlgorithm algorithm, boolean applyLayout)
           
 void GraphContainer.setLayoutAlgorithm(LayoutAlgorithm algorithm, boolean applyLayout)
           
 

Uses of LayoutAlgorithm in org.eclipse.zest.layouts.algorithms
 

Classes in org.eclipse.zest.layouts.algorithms that implement LayoutAlgorithm
 class AbstractLayoutAlgorithm
          Handles common elements in all layout algorithms [irbull] Refactored into a template pattern.
 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
           
 

Constructors in org.eclipse.zest.layouts.algorithms with parameters of type LayoutAlgorithm
CompositeLayoutAlgorithm(int styles, LayoutAlgorithm[] algoirthms)
           
CompositeLayoutAlgorithm(LayoutAlgorithm[] algoirthms)
           
 


Zest
1.5.100.201405261516

Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.