Package org.eclipse.gef.layout.algorithms


package org.eclipse.gef.layout.algorithms
This package provides different implementations of concrete layout algorithms. There are a couple of simple algorithms that arrange nodes in a grid (GridLayoutAlgorithm), a single column or row ( BoxLayoutAlgorithm), or which simply prevent overlapping of nodes ( HorizontalShiftAlgorithm).