Package | Description |
---|---|
org.eclipse.gef4.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.gef4.layout.algorithms ). |
org.eclipse.gef4.layout.algorithms |
This package provides different implementations of concrete layout
algorithms.
|
Modifier and Type | Method and Description |
---|---|
LayoutContext |
ILayoutAlgorithm.getLayoutContext()
Returns the previously set
LayoutContext . |
Modifier and Type | Method and Description |
---|---|
void |
ILayoutAlgorithm.setLayoutContext(LayoutContext context)
Sets the layout context for this algorithm.
|
Modifier and Type | Method and Description |
---|---|
LayoutContext |
TreeLayoutAlgorithm.getLayoutContext() |
LayoutContext |
SugiyamaLayoutAlgorithm.getLayoutContext() |
LayoutContext |
SpringLayoutAlgorithm.getLayoutContext() |
LayoutContext |
SpaceTreeLayoutAlgorithm.getLayoutContext() |
LayoutContext |
RadialLayoutAlgorithm.getLayoutContext() |
LayoutContext |
HorizontalShiftAlgorithm.getLayoutContext() |
LayoutContext |
GridLayoutAlgorithm.getLayoutContext() |
LayoutContext |
CompositeLayoutAlgorithm.getLayoutContext() |
Modifier and Type | Method and Description |
---|---|
void |
TreeLayoutAlgorithm.setLayoutContext(LayoutContext context) |
void |
SugiyamaLayoutAlgorithm.setLayoutContext(LayoutContext context) |
void |
SpringLayoutAlgorithm.setLayoutContext(LayoutContext context) |
void |
SpaceTreeLayoutAlgorithm.setLayoutContext(LayoutContext context) |
void |
RadialLayoutAlgorithm.setLayoutContext(LayoutContext context) |
void |
HorizontalShiftAlgorithm.setLayoutContext(LayoutContext context) |
void |
GridLayoutAlgorithm.setLayoutContext(LayoutContext context) |
void |
CompositeLayoutAlgorithm.setLayoutContext(LayoutContext context) |
Constructor and Description |
---|
TreeLayoutObserver(LayoutContext context,
TreeLayoutObserver.TreeNodeFactory nodeFactory)
Constructs a new
TreeLayoutObserver for observing the given
LayoutContext . |
Copyright (c) 2014 itemis AG and others. All rights reserved.