|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Layer | |
---|---|
de.cau.cs.kieler.klodd.hierarchical.impl | Implementation of the hierarchical dataflow layout algorithm. |
de.cau.cs.kieler.klodd.hierarchical.modules | Definition of the different modules used by the hierarchical dataflow layout algorithm. |
de.cau.cs.kieler.klodd.hierarchical.structures | The layered graph data structure used internally by the hierarchical dataflow layout algorithm. |
Uses of Layer in de.cau.cs.kieler.klodd.hierarchical.impl |
---|
Methods in de.cau.cs.kieler.klodd.hierarchical.impl with parameters of type Layer | |
---|---|
int |
SortingLayerwiseEdgePlacer.placeEdges(Layer layer,
float minDist)
Determines a placement for each outgoing edge of the given layer. |
int |
ToponumLayerwiseEdgePlacer.placeEdges(Layer layer,
float minDist)
Determines a placement for each outgoing edge of the given layer. |
void |
BarycenterCrossingReducer.reduceCrossings(Layer layer)
Reduce crossings by changing the order of nodes in the given layer. |
void |
BarycenterCrossingReducer.reduceCrossings(Layer layer,
boolean forward)
Reduce crossings by changing the order of nodes in the given layer. |
Uses of Layer in de.cau.cs.kieler.klodd.hierarchical.modules |
---|
Methods in de.cau.cs.kieler.klodd.hierarchical.modules with parameters of type Layer | |
---|---|
int |
ILayerwiseEdgePlacer.placeEdges(Layer layer,
float minDist)
Determines a placement for each outgoing edge of the given layer. |
void |
ISingleLayerCrossingReducer.reduceCrossings(Layer layer)
Reduce crossings by changing the order of nodes in the given layer. |
void |
ISingleLayerCrossingReducer.reduceCrossings(Layer layer,
boolean forward)
Reduce crossings by changing the order of nodes in the given layer. |
Uses of Layer in de.cau.cs.kieler.klodd.hierarchical.structures |
---|
Methods in de.cau.cs.kieler.klodd.hierarchical.structures that return Layer | |
---|---|
Layer |
LayerElement.getLayer()
Get the containing layer. |
Layer |
Layer.getNext()
Returns the next. |
Methods in de.cau.cs.kieler.klodd.hierarchical.structures that return types with arguments of type Layer | |
---|---|
List<Layer> |
LayeredGraph.getLayers()
Gets the list of layers. |
Methods in de.cau.cs.kieler.klodd.hierarchical.structures with parameters of type Layer | |
---|---|
void |
LayerElement.setLayer(Layer newLayer)
Set a new layer for this element. |
void |
Layer.setNext(Layer thenext)
Sets the next. |
Constructors in de.cau.cs.kieler.klodd.hierarchical.structures with parameters of type Layer | |
---|---|
LayerElement(KGraphElement obj,
Layer thelayer,
KSlimNode thekNode)
Creates a layer element in an existing layer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |