Class EdgeShape.Box
- java.lang.Object
-
- edu.uci.ics.jung.visualization.decorators.ParallelEdgeShapeTransformer<V,E>
-
- edu.uci.ics.jung.visualization.decorators.EdgeShape.Box
-
- All Implemented Interfaces:
com.google.common.base.Function<E,java.awt.Shape>
,java.util.function.Function<E,java.awt.Shape>
public class EdgeShape.Box extends ParallelEdgeShapeTransformer<V,E>
An edge shape that renders as a diamond with its nadir at the center of the vertex. Parallel instances will not overlap.
-
-
Field Summary
-
Fields inherited from class edu.uci.ics.jung.visualization.decorators.ParallelEdgeShapeTransformer
control_offset_increment, edgeIndexFunction
-
-
Constructor Summary
Constructors Constructor Description Box()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Shape
apply(E e)
-
Methods inherited from class edu.uci.ics.jung.visualization.decorators.ParallelEdgeShapeTransformer
getEdgeIndexFunction, setControlOffsetIncrement, setEdgeIndexFunction
-
-
-
-
Method Detail
-
apply
public java.awt.Shape apply(E e)
-
-