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
).-
Interface Summary Interface 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
. -
Class Summary Class Description LayoutContext TheLayoutContext
provides the context in which to layout aGraph
.LayoutProperties LayoutProperties
contains all properties which can be accessed onGraph
,Edge
,Node
, their default values, as well as static accessor methods for those properties.