Class EdgeShape.Wedge

  • 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.Wedge
    extends ParallelEdgeShapeTransformer<V,​E>
    An edge shape that renders as an isosceles triangle whose apex is at the destination vertex for directed edges, and as a "bowtie" shape for undirected edges.
    • Constructor Detail

      • Wedge

        public Wedge​(int width)
    • Method Detail

      • apply

        public java.awt.Shape apply​(E e)