Class EdgeShape.Loop<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.decorators.ParallelEdgeShapeFunction<V,E>
-
- org.jungrapht.visualization.decorators.EdgeShape.Loop<V,E>
-
- All Implemented Interfaces:
BiFunction<org.jgrapht.Graph<V,E>,E,Shape>
- Enclosing interface:
- EdgeShape
public static class EdgeShape.Loop<V,E> extends ParallelEdgeShapeFunction<V,E>
An edge shape that renders as a loop with its nadir at the center of the vertex. Parallel instances will not overlap.
-
-
Field Summary
-
Fields inherited from class org.jungrapht.visualization.decorators.ParallelEdgeShapeFunction
controlOffsetIncrement, edgeIndexFunction
-
-
Constructor Summary
Constructors Constructor Description Loop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Shape
apply(org.jgrapht.Graph<V,E> graph, E e)
-
Methods inherited from class org.jungrapht.visualization.decorators.ParallelEdgeShapeFunction
getEdgeIndexFunction, setControlOffsetIncrement, setEdgeIndexFunction
-
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
-
-