Class EdgeShape.QuadCurve<V,​E>

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

    public static class EdgeShape.QuadCurve<V,​E>
    extends ParallelEdgeShapeFunction<V,​E>
    An edge shape that renders as a QuadCurve between vertex endpoints.
    • Constructor Detail

      • QuadCurve

        public QuadCurve()
    • Method Detail

      • apply

        public Shape apply​(org.jgrapht.Graph<V,​E> graph,
                           E e)
        Get the shape for this edge, returning either the shared instance or, in the case of self-loop edges, the Loop shared instance.