edu.uci.ics.jung.graph.decorators
Class EdgeShape.SimpleLoop

java.lang.Object
  extended by edu.uci.ics.jung.graph.decorators.AbstractEdgeShapeFunction
      extended by edu.uci.ics.jung.graph.decorators.EdgeShape.SimpleLoop
All Implemented Interfaces:
EdgeShapeFunction
Enclosing class:
EdgeShape

public static class EdgeShape.SimpleLoop
extends AbstractEdgeShapeFunction

An edge shape that renders as a loop with its nadir at the center of the vertex. Parallel instances will overlap.

Author:
Tom Nelson - RABA Technologies

Field Summary
 
Fields inherited from class edu.uci.ics.jung.graph.decorators.AbstractEdgeShapeFunction
control_offset_increment
 
Constructor Summary
EdgeShape.SimpleLoop()
           
 
Method Summary
 Shape getShape(Edge e)
          getter for the shape
 
Methods inherited from class edu.uci.ics.jung.graph.decorators.AbstractEdgeShapeFunction
setControlOffsetIncrement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeShape.SimpleLoop

public EdgeShape.SimpleLoop()
Method Detail

getShape

public Shape getShape(Edge e)
getter for the shape

Returns:
the shared instance