Class EdgeShape.Loop<V,​E>

  • All Implemented Interfaces:
    BiFunction<org.jgrapht.Graph<V,​E>,​E,​Shape>
    Enclosing interface:
    EdgeShape

    public static class EdgeShape.Loop<V,​E>
    extends ParallelEdgeShapeFunction<V,​E>
    An edge shape that renders as a loop with its nadir at the center of the vertex. Parallel instances will not overlap.
    • Constructor Detail

      • Loop

        public Loop()
    • Method Detail

      • apply

        public Shape apply​(org.jgrapht.Graph<V,​E> graph,
                           E e)