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.
|
Modifier and Type | Method and Description |
---|---|
void |
ILayoutAlgorithm.applyLayout(LayoutContext layoutContext,
boolean clean)
Makes this algorithm perform layout computation and apply it to its
context.
|
Modifier and Type | Method and Description |
---|---|
void |
RadialLayoutAlgorithm.applyLayout(LayoutContext layoutContext,
boolean clean) |
void |
TreeLayoutAlgorithm.applyLayout(LayoutContext layoutContext,
boolean clean) |
void |
SugiyamaLayoutAlgorithm.applyLayout(LayoutContext layoutContext,
boolean clean) |
void |
SpringLayoutAlgorithm.applyLayout(LayoutContext layoutContext,
boolean clean) |
void |
SpaceTreeLayoutAlgorithm.applyLayout(LayoutContext layoutContext,
boolean clean) |
void |
HorizontalShiftAlgorithm.applyLayout(LayoutContext context,
boolean clean) |
void |
GridLayoutAlgorithm.applyLayout(LayoutContext context,
boolean clean) |
void |
CompositeLayoutAlgorithm.applyLayout(LayoutContext context,
boolean clean) |
Copyright (c) 2014 itemis AG and others. All rights reserved.