Class SelectiveSugiyamaHorizontalCoordinateAssignment<V,​E>


  • public class SelectiveSugiyamaHorizontalCoordinateAssignment<V,​E>
    extends HorizontalCoordinateAssignment<V,​E>
    Gather the coordinate assignments from four passes of the VerticalAlignment algorithm (up-down-left-right) and assign final coordinates using the average median value of the 4 results for each vertex.
    See Also:
    "Fast and Simple Horizontal Coordinate Assignment, Ulrik Brandes and Boris Köpf, Department of Computer & Information Science, University of Konstanz, Box D 188, 78457 Konstanz, Germany"
    • Constructor Detail

      • SelectiveSugiyamaHorizontalCoordinateAssignment

        public SelectiveSugiyamaHorizontalCoordinateAssignment​(LV<V>[][] layers,
                                                               org.jgrapht.Graph<LV<V>,​LE<V,​E>> svGraph,
                                                               Set<LE<V,​E>> markedSegments,
                                                               int horizontalOffset,
                                                               int verticalOffset,
                                                               boolean doUpLeft,
                                                               boolean doUpRight,
                                                               boolean doDownLeft,
                                                               boolean doDownRight)