public abstract class ParallelEdgeShapeTransformer<V,E> extends Object implements com.google.common.base.Function<E,Shape>
| Modifier and Type | Field and Description |
|---|---|
protected float |
control_offset_increment
Specifies the distance between control points for edges being drawn in parallel.
|
protected EdgeIndexFunction<V,E> |
edgeIndexFunction |
| Constructor and Description |
|---|
ParallelEdgeShapeTransformer() |
| Modifier and Type | Method and Description |
|---|---|
EdgeIndexFunction<V,E> |
getEdgeIndexFunction() |
void |
setControlOffsetIncrement(float y) |
void |
setEdgeIndexFunction(EdgeIndexFunction<V,E> edgeIndexFunction) |
protected float control_offset_increment
protected EdgeIndexFunction<V,E> edgeIndexFunction
public void setControlOffsetIncrement(float y)
public void setEdgeIndexFunction(EdgeIndexFunction<V,E> edgeIndexFunction)
public EdgeIndexFunction<V,E> getEdgeIndexFunction()
Copyright © 2016. All rights reserved.