Package | Description |
---|---|
org.eclipse.gef4.layout.algorithms |
This package provides different implementations of concrete layout algorithms.
|
Modifier and Type | Method and Description |
---|---|
static SugiyamaLayoutAlgorithm.Direction |
SugiyamaLayoutAlgorithm.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SugiyamaLayoutAlgorithm.Direction[] |
SugiyamaLayoutAlgorithm.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SugiyamaLayoutAlgorithm(SugiyamaLayoutAlgorithm.Direction dir) |
SugiyamaLayoutAlgorithm(SugiyamaLayoutAlgorithm.Direction dir,
Dimension dim) |
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) |
SugiyamaLayoutAlgorithm(SugiyamaLayoutAlgorithm.Direction dir,
SugiyamaLayoutAlgorithm.LayerProvider layerProvider) |
SugiyamaLayoutAlgorithm(SugiyamaLayoutAlgorithm.Direction dir,
SugiyamaLayoutAlgorithm.LayerProvider layerProvider,
SugiyamaLayoutAlgorithm.CrossingReducer crossing) |
Copyright (c) 2014 itemis AG and others. All rights reserved.