Package org.eclipse.gef.layout
package 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
).-
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
.LayoutProperties
contains all properties which can be accessed onGraph
,Edge
,Node
, their default values, as well as static accessor methods for those properties.