public static class EdgeShape.QuadCurve<V,E> extends AbstractEdgeShapeTransformer<V,E> implements EdgeShape.IndexedRendering<V,E>
Modifier and Type | Field and Description |
---|---|
protected EdgeIndexFunction<V,E> |
parallelEdgeIndexFunction |
control_offset_increment
Constructor and Description |
---|
QuadCurve() |
Modifier and Type | Method and Description |
---|---|
EdgeIndexFunction<V,E> |
getEdgeIndexFunction() |
void |
setEdgeIndexFunction(EdgeIndexFunction<V,E> parallelEdgeIndexFunction) |
Shape |
transform(Context<Graph<V,E>,E> context)
Get the shape for this edge, returning either the
shared instance or, in the case of self-loop edges, the
Loop shared instance.
|
setControlOffsetIncrement
protected EdgeIndexFunction<V,E> parallelEdgeIndexFunction
public void setEdgeIndexFunction(EdgeIndexFunction<V,E> parallelEdgeIndexFunction)
setEdgeIndexFunction
in interface EdgeShape.IndexedRendering<V,E>
public EdgeIndexFunction<V,E> getEdgeIndexFunction()
getEdgeIndexFunction
in interface EdgeShape.IndexedRendering<V,E>
Copyright © 2015. All rights reserved.