Class EdgeShape.CubicCurve<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.decorators.ParallelEdgeShapeFunction<V,E>
-
- org.jungrapht.visualization.decorators.EdgeShape.CubicCurve<V,E>
-
- All Implemented Interfaces:
BiFunction<org.jgrapht.Graph<V,E>,E,Shape>
- Enclosing interface:
- EdgeShape
public static class EdgeShape.CubicCurve<V,E> extends ParallelEdgeShapeFunction<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.
-
-
Field Summary
-
Fields inherited from class org.jungrapht.visualization.decorators.ParallelEdgeShapeFunction
controlOffsetIncrement, edgeIndexFunction
-
-
Constructor Summary
Constructors Constructor Description CubicCurve()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Shape
apply(org.jgrapht.Graph<V,E> graph, E e)
Get the shape for this edge, returning either the shared instance or, in the case of self-loop edges, the Loop shared instance.void
setEdgeIndexFunction(EdgeIndexFunction<V,E> edgeIndexFunction)
-
Methods inherited from class org.jungrapht.visualization.decorators.ParallelEdgeShapeFunction
getEdgeIndexFunction, setControlOffsetIncrement
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Method Detail
-
setEdgeIndexFunction
public void setEdgeIndexFunction(EdgeIndexFunction<V,E> edgeIndexFunction)
- Overrides:
setEdgeIndexFunction
in classParallelEdgeShapeFunction<V,E>
-
-