Class Unaligned
- java.lang.Object
-
- org.jungrapht.visualization.layout.algorithms.sugiyama.Unaligned
-
public class Unaligned extends Object
does not vertically align articulated edges. Centers each row according to the max row width
-
-
Constructor Summary
Constructors Constructor Description Unaligned()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <V> void
centerPoints(LV<V>[][] layers, Function<V,Rectangle> vertexShapeFunction, int horizontalOffset, int verticalOffset, Map<LV<V>,Point> vertexPointMap)
static <V> void
setPoints(List<List<LV<V>>> layers, Function<V,Rectangle> vertexShapeFunction, int horizontalOffset, int verticalOffset, Map<LV<V>,Point> vertexPointMap)
static <V> void
setPoints(LV<V>[][] layers, Function<V,Rectangle> vertexShapeFunction, int horizontalOffset, int verticalOffset, Map<LV<V>,Point> vertexPointMap)
-
-
-
Method Detail
-
centerPoints
public static <V> void centerPoints(LV<V>[][] layers, Function<V,Rectangle> vertexShapeFunction, int horizontalOffset, int verticalOffset, Map<LV<V>,Point> vertexPointMap)
-
setPoints
public static <V> void setPoints(LV<V>[][] layers, Function<V,Rectangle> vertexShapeFunction, int horizontalOffset, int verticalOffset, Map<LV<V>,Point> vertexPointMap)
-
-