Class SelectiveEiglspergerHorizontalCoordinateAssignment<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment<V,E>
-
- org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignmentDeprecated<V,E>
-
- org.jungrapht.samples.sugiyama.test.algorithms.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"
-
-
Field Summary
-
Fields inherited from class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
horizontalBalancing, horizontalOffset, layers, markedSegments, neighborCache, svGraph, verticalOffset
-
-
Constructor Summary
Constructors Constructor Description 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
horizontalCoordinateAssignment()
-
Methods inherited from class org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCoordinateAssignmentDeprecated
idx, incidentToInnerSegment, misAligned, misAligned, misAligned, misAligned, pos
-
Methods inherited from class org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCoordinateAssignment
bounds, getUpperNeighbors, horizontalBalancing, pred, preprocessing, succ, upperNeighborFor
-
-
-
-
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)
-
-
Method Detail
-
horizontalCoordinateAssignment
public void horizontalCoordinateAssignment()
- Overrides:
horizontalCoordinateAssignment
in classHorizontalCoordinateAssignmentDeprecated<V,E>
-
-