Class HorizontalCompactionDeprecated<V>
- java.lang.Object
-
- org.jungrapht.visualization.layout.algorithms.sugiyama.HorizontalCompaction<V>
-
- org.jungrapht.visualization.layout.algorithms.eiglsperger.HorizontalCompactionDeprecated<V>
-
public class HorizontalCompactionDeprecated<V> extends HorizontalCompaction<V>
- See Also:
- "Fast and Simple Horizontal Coordinate Assignment, Ulrik Brandes and Boris Köpf, Department of Computer & Information Science, University of Konstanz"
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Point
getPoint(LV<V> v)
void
horizontalCompaction()
protected int
idx(LV<V> v)
protected void
placeBlock(LV<V> v)
protected int
pos(LV<V> v)
-
-
-
Method Detail
-
horizontalCompaction
public void horizontalCompaction()
- Overrides:
horizontalCompaction
in classHorizontalCompaction<V>
-
placeBlock
protected void placeBlock(LV<V> v)
- Overrides:
placeBlock
in classHorizontalCompaction<V>
-
pos
protected int pos(LV<V> v)
- Overrides:
pos
in classHorizontalCompaction<V>
-
idx
protected int idx(LV<V> v)
- Overrides:
idx
in classHorizontalCompaction<V>
-
-