Class VerticalAlignment.LeftmostUpper<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment<V,E>
-
- org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment<V,E>
-
- org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment.LeftmostUpper<V,E>
-
- Type Parameters:
V
-E
-
- Enclosing class:
- VerticalAlignment<V,E>
public static class VerticalAlignment.LeftmostUpper<V,E> extends VerticalAlignment<V,E>
start at first layer, work down, looking at predecessors
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment
VerticalAlignment.HDirection, VerticalAlignment.LeftmostLower<V,E>, VerticalAlignment.LeftmostUpper<V,E>, VerticalAlignment.RightmostLower<V,E>, VerticalAlignment.RightmostUpper<V,E>, VerticalAlignment.VDirection
-
-
Field Summary
-
Fields inherited from class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment
compactionGraph, hDirection, vDirection
-
Fields inherited from class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment
alignMap, layers, markedSegments, neighborCache, rootMap, svGraph
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
align()
-
Methods inherited from class org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment
alignMoveCursor, alignSegmentVertexMoveCursor, idx, pos
-
Methods inherited from class org.jungrapht.visualization.layout.algorithms.sugiyama.VerticalAlignment
align, align, getAlignMap, getRootMap, notMarked, root, root
-
-
-
-
Method Detail
-
align
public void align()
- Specified by:
align
in classVerticalAlignment<V,E>
-
-