Class AbstractHierarchicalMinCrossLayoutAlgorithm.Builder<V,​E,​T extends AbstractHierarchicalMinCrossLayoutAlgorithm<V,​E> & EdgeAwareLayoutAlgorithm<V,​E>,​B extends AbstractHierarchicalMinCrossLayoutAlgorithm.Builder<V,​E,​T,​B>>

    • Field Detail

      • straightenEdges

        protected boolean straightenEdges
      • postStraighten

        protected boolean postStraighten
      • transpose

        protected boolean transpose
      • maxLevelCross

        protected int maxLevelCross
      • maxLevelCrossFunction

        protected Function<org.jgrapht.Graph<V,​E>,​Integer> maxLevelCrossFunction
      • expandLayout

        protected boolean expandLayout
      • threaded

        protected boolean threaded
      • separateComponents

        protected boolean separateComponents
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • self

        protected B self()
      • vertexBoundsFunction

        public B vertexBoundsFunction​(Function<V,​Rectangle> vertexBoundsFunction)
      • straightenEdges

        public B straightenEdges​(boolean straightenEdges)
      • postStraighten

        public B postStraighten​(boolean postStraighten)
      • transpose

        public B transpose​(boolean transpose)
      • maxLevelCross

        public B maxLevelCross​(int maxLevelCross)
      • maxLevelCrossFunction

        public B maxLevelCrossFunction​(Function<org.jgrapht.Graph<V,​E>,​Integer> maxLevelCrossFunction)
      • expandLayout

        public B expandLayout​(boolean expandLayout)
      • layering

        public B layering​(Layering layering)
      • threaded

        public B threaded​(boolean threaded)
      • executor

        public B executor​(Executor executor)
      • separateComponents

        public B separateComponents​(boolean separateComponents)