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 classVerticalAlignment.LeftmostLower<V,E>start at last layer, work upwards looking at successor positionsstatic classVerticalAlignment.LeftmostUpper<V,E>start at first layer, work down, looking at predecessorsstatic classVerticalAlignment.RightmostLower<V,E>start at last layer, work up, looking at successorsstatic classVerticalAlignment.RightmostUpper<V,E>
-