Class EdgeShape.Loop

java.lang.Object
edu.uci.ics.jung.visualization.decorators.ParallelEdgeShapeTransformer<V,E>
edu.uci.ics.jung.visualization.decorators.EdgeShape.Loop
All Implemented Interfaces:
com.google.common.base.Function<E,Shape>, Function<E,Shape>
Enclosing class:
EdgeShape<V,E>

public class EdgeShape.Loop extends ParallelEdgeShapeTransformer<V,E>
An edge shape that renders as a loop with its nadir at the center of the vertex. Parallel instances will not overlap.
  • Constructor Details

    • Loop

      public Loop()
  • Method Details

    • apply

      public Shape apply(E e)