Class EdgeShape.Box<V,​E>

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

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

      • Box

        public Box()
        Deprecated.
    • Method Detail

      • apply

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