Class ArticulatedEdgeShapeFunction<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.decorators.ArticulatedEdgeShapeFunction<V,E>
-
- Type Parameters:
V
- vertex typeE
- edge type
- All Implemented Interfaces:
BiFunction<org.jgrapht.Graph<V,E>,E,Shape>
- Direct Known Subclasses:
EdgeShape.ArticulatedLine
public abstract class ArticulatedEdgeShapeFunction<V,E> extends Object implements BiFunction<org.jgrapht.Graph<V,E>,E,Shape>
An abstract class for edge-to-Shape functions that work with passed articulation points.- Author:
- Tom Nelson
-
-
Field Summary
Fields Modifier and Type Field Description protected Function<E,List<Point>>
edgeArticulationFunction
-
Constructor Summary
Constructors Constructor Description ArticulatedEdgeShapeFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<E,List<Point>>
getEdgeArticulationFunction()
void
setEdgeArticulationFunction(Function<E,List<Point>> edgeArticulationFunction)
-
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, apply
-
-