Package | Description |
---|---|
org.eclipse.gef.layout.algorithms |
This package provides different implementations of concrete layout
algorithms.
|
Modifier and Type | Class and Description |
---|---|
static class |
SugiyamaLayoutAlgorithm.BarycentricCrossingReducer |
static class |
SugiyamaLayoutAlgorithm.GreedyCrossingReducer
Implemented the CrossingReducer interface.
|
static class |
SugiyamaLayoutAlgorithm.SplitCrossingReducer
Implements the CrossingReducer interface.
|
Constructor and Description |
---|
SugiyamaLayoutAlgorithm(SugiyamaLayoutAlgorithm.Direction dir,
Dimension dim,
SugiyamaLayoutAlgorithm.LayerProvider layering,
SugiyamaLayoutAlgorithm.CrossingReducer crossing)
Constructs a tree-like, layered layout of a directed graph.
|
SugiyamaLayoutAlgorithm(SugiyamaLayoutAlgorithm.Direction dir,
SugiyamaLayoutAlgorithm.CrossingReducer crossing)
Constructs a new
SugiyamaLayoutAlgorithm with the given
SugiyamaLayoutAlgorithm.Direction , and SugiyamaLayoutAlgorithm.CrossingReducer . |
SugiyamaLayoutAlgorithm(SugiyamaLayoutAlgorithm.Direction dir,
SugiyamaLayoutAlgorithm.LayerProvider layerProvider,
SugiyamaLayoutAlgorithm.CrossingReducer crossing)
Constructs a new
SugiyamaLayoutAlgorithm with the given
SugiyamaLayoutAlgorithm.Direction , SugiyamaLayoutAlgorithm.LayerProvider , and SugiyamaLayoutAlgorithm.CrossingReducer . |
Copyright (c) 2014 itemis AG and others. All rights reserved.