edu.uci.ics.jung.visualization.decorators
Class ParallelEdgeShapeTransformer<V,E>
- java.lang.Object
-
- edu.uci.ics.jung.visualization.decorators.ParallelEdgeShapeTransformer<V,E>
-
- All Implemented Interfaces:
- com.google.common.base.Function<E,java.awt.Shape>
- Direct Known Subclasses:
- EdgeShape.BentLine, EdgeShape.Box, EdgeShape.CubicCurve, EdgeShape.Loop, EdgeShape.Orthogonal, EdgeShape.QuadCurve, EdgeShape.SimpleLoop, EdgeShape.Wedge
public abstract class ParallelEdgeShapeTransformer<V,E> extends java.lang.Object implements com.google.common.base.Function<E,java.awt.Shape>An abstract class for edge-to-Shape functions that work with parallel edges.
-
-
Constructor Summary
Constructors Constructor and Description ParallelEdgeShapeTransformer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description EdgeIndexFunction<V,E>getEdgeIndexFunction()voidsetControlOffsetIncrement(float y)voidsetEdgeIndexFunction(EdgeIndexFunction<V,E> edgeIndexFunction)
-
-
-
Method Detail
-
setControlOffsetIncrement
public void setControlOffsetIncrement(float y)
-
setEdgeIndexFunction
public void setEdgeIndexFunction(EdgeIndexFunction<V,E> edgeIndexFunction)
-
getEdgeIndexFunction
public EdgeIndexFunction<V,E> getEdgeIndexFunction()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG