Uses of Class
org.eclipse.gef.layout.LayoutContext
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.
-
Uses of LayoutContext in org.eclipse.gef.layout
Modifier and TypeMethodDescriptionvoid
ILayoutAlgorithm.applyLayout
(LayoutContext layoutContext, boolean clean) Makes this algorithm perform layout computation and apply it to its context. -
Uses of LayoutContext in org.eclipse.gef.layout.algorithms
Modifier and TypeMethodDescriptionvoid
CompositeLayoutAlgorithm.applyLayout
(LayoutContext context, boolean clean) void
GridLayoutAlgorithm.applyLayout
(LayoutContext context, boolean clean) void
HorizontalShiftAlgorithm.applyLayout
(LayoutContext context, boolean clean) void
RadialLayoutAlgorithm.applyLayout
(LayoutContext layoutContext, boolean clean) void
SpaceTreeLayoutAlgorithm.applyLayout
(LayoutContext layoutContext, boolean clean) void
SpringLayoutAlgorithm.applyLayout
(LayoutContext layoutContext, boolean clean) void
SugiyamaLayoutAlgorithm.applyLayout
(LayoutContext layoutContext, boolean clean) void
TreeLayoutAlgorithm.applyLayout
(LayoutContext layoutContext, boolean clean)