Class EdgeShape.SimpleLoop<E>

  • All Implemented Interfaces:
    Function<E,​Shape>
    Enclosing interface:
    EdgeShape

    public static class EdgeShape.SimpleLoop<E>
    extends Object
    implements Function<E,​Shape>
    An edge shape that renders as a loop with its nadir at the center of the vertex. Parallel instances will overlap.
    Author:
    Tom Nelson
    • Constructor Detail

      • SimpleLoop

        public SimpleLoop()