Class EdgeShape.Orthogonal

  • 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.Orthogonal
    extends ParallelEdgeShapeTransformer<V,​E>
    An edge shape that renders as a bent-line between the vertex endpoints.
    • Constructor Detail

      • Orthogonal

        public Orthogonal()
    • Method Detail

      • apply

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