public abstract class AbstractEdgeShapeTransformer<V,E> extends Object implements org.apache.commons.collections4.Transformer<Context<Graph<V,E>,E>,Shape>
Shape for a specified edge.| Modifier and Type | Field and Description |
|---|---|
protected float |
control_offset_increment
Specifies how far apart to place the control points for edges being
drawn in parallel.
|
| Constructor and Description |
|---|
AbstractEdgeShapeTransformer() |
| Modifier and Type | Method and Description |
|---|---|
void |
setControlOffsetIncrement(float y)
Sets the value of
control_offset_increment. |
Copyright © 2015. All rights reserved.