Class EdgeShape.BentLine

java.lang.Object
edu.uci.ics.jung.visualization.decorators.ParallelEdgeShapeTransformer<V,E>
edu.uci.ics.jung.visualization.decorators.EdgeShape.BentLine
All Implemented Interfaces:
com.google.common.base.Function<E,Shape>, Function<E,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 Details

    • BentLine

      public BentLine()
  • Method Details