Uses of Class
org.jungrapht.visualization.layout.algorithms.eiglsperger.VerticalAlignment
-
Packages that use VerticalAlignment Package Description org.jungrapht.visualization.layout.algorithms.eiglsperger -
-
Uses of VerticalAlignment in org.jungrapht.visualization.layout.algorithms.eiglsperger
Subclasses of VerticalAlignment in org.jungrapht.visualization.layout.algorithms.eiglsperger Modifier and Type Class Description static class
VerticalAlignment.LeftmostLower<V,E>
start at last layer, work upwards looking at successor positionsstatic class
VerticalAlignment.LeftmostUpper<V,E>
start at first layer, work down, looking at predecessorsstatic class
VerticalAlignment.RightmostLower<V,E>
start at last layer, work up, looking at successorsstatic class
VerticalAlignment.RightmostUpper<V,E>
-