Class EdgeShape.Wedge
- java.lang.Object
-
- edu.uci.ics.jung.visualization.decorators.ParallelEdgeShapeTransformer<V,E>
-
- edu.uci.ics.jung.visualization.decorators.EdgeShape.Wedge
-
- All Implemented Interfaces:
com.google.common.base.Function<E,java.awt.Shape>
,java.util.function.Function<E,java.awt.Shape>
public class EdgeShape.Wedge extends ParallelEdgeShapeTransformer<V,E>
An edge shape that renders as an isosceles triangle whose apex is at the destination vertex for directed edges, and as a "bowtie" shape for undirected edges.
-
-
Field Summary
-
Fields inherited from class edu.uci.ics.jung.visualization.decorators.ParallelEdgeShapeTransformer
control_offset_increment, edgeIndexFunction
-
-
Constructor Summary
Constructors Constructor Description Wedge(int width)
-
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)
-
-