Class Unaligned


  • public class Unaligned
    extends Object
    does not vertically align articulated edges. Centers each row according to the max row width
    • Constructor Detail

      • Unaligned

        public Unaligned()
    • 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)
      • setPoints

        public static <V> void setPoints​(List<List<LV<V>>> layers,
                                         Function<V,​Rectangle> vertexShapeFunction,
                                         int horizontalOffset,
                                         int verticalOffset,
                                         Map<LV<V>,​Point> vertexPointMap)