Class SelectiveEiglspergerHorizontalCoordinateAssignment<V,​E>


  • public class SelectiveEiglspergerHorizontalCoordinateAssignment<V,​E>
    extends HorizontalCoordinateAssignmentDeprecated<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

      • SelectiveEiglspergerHorizontalCoordinateAssignment

        public SelectiveEiglspergerHorizontalCoordinateAssignment​(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)