Class EdgeShape.Line<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.decorators.EdgeShape.Line<V,E>
-
- All Implemented Interfaces:
BiFunction<org.jgrapht.Graph<V,E>,E,Shape>
- Enclosing interface:
- EdgeShape
public static class EdgeShape.Line<V,E> extends Object implements BiFunction<org.jgrapht.Graph<V,E>,E,Shape>
An edge shape that renders as a straight line between the vertex endpoints.
-
-
Constructor Summary
Constructors Constructor Description Line()
-
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-