Class EdgeShape.Orthogonal<V,​E>

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

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

      • Orthogonal

        public Orthogonal()
    • Method Detail

      • apply

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