Class EdgeShape.SimpleLoop

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

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

    • SimpleLoop

      public SimpleLoop()
  • Method Details

    • apply

      public Shape apply(E e)