Class EdgeShape.SimpleLoop<V,E>
- java.lang.Object
-
- edu.uci.ics.jung.visualization.decorators.AbstractEdgeShapeTransformer<V,E>
-
- edu.uci.ics.jung.visualization.decorators.EdgeShape.SimpleLoop<V,E>
-
- All Implemented Interfaces:
org.apache.commons.collections4.Transformer<edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<V,E>,E>,java.awt.Shape>
public static class EdgeShape.SimpleLoop<V,E> extends AbstractEdgeShapeTransformer<V,E>
An edge shape that renders as a loop with its nadir at the center of the vertex. Parallel instances will overlap.
-
-
Field Summary
-
Fields inherited from class edu.uci.ics.jung.visualization.decorators.AbstractEdgeShapeTransformer
control_offset_increment
-
-
Constructor Summary
Constructors Constructor Description SimpleLoop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Shape
transform(edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<V,E>,E> context)
getter for the shape-
Methods inherited from class edu.uci.ics.jung.visualization.decorators.AbstractEdgeShapeTransformer
setControlOffsetIncrement
-
-