Class EdgeShape.CubicCurve

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

public class EdgeShape.CubicCurve extends ParallelEdgeShapeTransformer<V,E>
An edge shape that renders as a CubicCurve between vertex endpoints. The two control points are at (1/3*length, 2*controlY) and (2/3*length, controlY) giving a 'spiral' effect.
  • Constructor Details

    • CubicCurve

      public CubicCurve()
  • Method Details