Class EdgeShape.ArticulatedLine<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.decorators.ArticulatedEdgeShapeFunction<V,E>
-
- org.jungrapht.visualization.decorators.EdgeShape.ArticulatedLine<V,E>
-
- All Implemented Interfaces:
BiFunction<org.jgrapht.Graph<V,E>,E,Shape>
- Enclosing interface:
- EdgeShape
public static class EdgeShape.ArticulatedLine<V,E> extends ArticulatedEdgeShapeFunction<V,E> implements BiFunction<org.jgrapht.Graph<V,E>,E,Shape>
-
-
Field Summary
-
Fields inherited from class org.jungrapht.visualization.decorators.ArticulatedEdgeShapeFunction
edgeArticulationFunction
-
-
Constructor Summary
Constructors Constructor Description ArticulatedLine()
ArticulatedLine(Collection<E> reversedEdges)
-
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.ArticulatedEdgeShapeFunction
getEdgeArticulationFunction, setEdgeArticulationFunction
-
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
-
-