Uses of Package
org.eclipse.gef.layout
Package
Description
This package provides an interface-based facade to exchange layout
information with layout algorithms (within this package), concrete
implementations of layout algorithms (
org.eclipse.gef.layout.algorithms
).This package provides different implementations of concrete layout
algorithms.
-
ClassDescriptionAn interface for all layout algorithms.An
ILayoutFilter
can be used to filter layout objects, so that they are not reported to anyILayoutAlgorithm
.TheLayoutContext
provides the context in which to layout aGraph
. -
ClassDescriptionAn interface for all layout algorithms.The
LayoutContext
provides the context in which to layout aGraph
.