Class EdgeShape.BentLine

  • All Implemented Interfaces:
    com.google.common.base.Function<E,​java.awt.Shape>, java.util.function.Function<E,​java.awt.Shape>
    Enclosing class:
    EdgeShape<V,​E>

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

      • BentLine

        public BentLine()
    • Method Detail

      • apply

        public java.awt.Shape apply​(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.