Class CircleLayoutReduceEdgeCrossing<V,​E>


  • public class CircleLayoutReduceEdgeCrossing<V,​E>
    extends Object
    • Constructor Detail

      • CircleLayoutReduceEdgeCrossing

        public CircleLayoutReduceEdgeCrossing​(org.jgrapht.Graph<V,​E> originalGraph)
    • Method Detail

      • getVertexOrderedList

        public List<V> getVertexOrderedList()
      • countCrossings

        public static <V,​E> int countCrossings​(org.jgrapht.Graph<V,​E> graph,
                                                     V[] vertices)
      • postProcessing

        public static <V,​E> List<V> postProcessing​(org.jgrapht.Graph<V,​E> graph,
                                                         List<V> list)