Class EdgeShape.Wedge<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.decorators.AbstractEdgeShapeFunction<V,E>
-
- org.jungrapht.visualization.decorators.EdgeShape.Wedge<V,E>
-
- All Implemented Interfaces:
BiFunction<org.jgrapht.Graph<V,E>,E,Shape>
- Enclosing interface:
- EdgeShape
public static class EdgeShape.Wedge<V,E> extends AbstractEdgeShapeFunction<V,E>
An edge shape that renders as an isosceles triangle whose apex is at the destination vertex for directed edges, and as a "bowtie" shape for undirected edges.- Author:
- Joshua O'Madadhain
-
-
Field Summary
-
Fields inherited from class org.jungrapht.visualization.decorators.AbstractEdgeShapeFunction
controlOffsetIncrement
-
-
Constructor Summary
Constructors Constructor Description Wedge(int width)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Shape
apply(org.jgrapht.Graph<V,E> graph, E edge)
-
Methods inherited from class org.jungrapht.visualization.decorators.AbstractEdgeShapeFunction
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
-
-