public static class EdgeShape.Orthogonal<V,E> extends AbstractEdgeShapeTransformer<V,E> implements EdgeShape.IndexedRendering<V,E>
| Modifier and Type | Field and Description |
|---|---|
protected EdgeIndexFunction<V,E> |
edgeIndexFunction |
control_offset_increment| Constructor and Description |
|---|
Orthogonal() |
| Modifier and Type | Method and Description |
|---|---|
EdgeIndexFunction<V,E> |
getEdgeIndexFunction() |
void |
setEdgeIndexFunction(EdgeIndexFunction<V,E> edgeIndexFunction) |
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.
|
setControlOffsetIncrementprotected EdgeIndexFunction<V,E> edgeIndexFunction
public void setEdgeIndexFunction(EdgeIndexFunction<V,E> edgeIndexFunction)
setEdgeIndexFunction in interface EdgeShape.IndexedRendering<V,E>public EdgeIndexFunction<V,E> getEdgeIndexFunction()
getEdgeIndexFunction in interface EdgeShape.IndexedRendering<V,E>Copyright © 2015. All rights reserved.