Uses of Package
org.eclipse.gef.layout
-
Packages that use org.eclipse.gef.layout Package Description org.eclipse.gef.layout 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
).org.eclipse.gef.layout.algorithms This package provides different implementations of concrete layout algorithms. -
Classes in org.eclipse.gef.layout used by org.eclipse.gef.layout Class Description ILayoutAlgorithm An interface for all layout algorithms.ILayoutFilter AnILayoutFilter
can be used to filter layout objects, so that they are not reported to anyILayoutAlgorithm
.LayoutContext TheLayoutContext
provides the context in which to layout aGraph
. -
Classes in org.eclipse.gef.layout used by org.eclipse.gef.layout.algorithms Class Description ILayoutAlgorithm An interface for all layout algorithms.LayoutContext TheLayoutContext
provides the context in which to layout aGraph
.