edu.uci.ics.jung.visualization.decorators
Class EdgeShape.SimpleLoop<V,E>

java.lang.Object
  extended by edu.uci.ics.jung.visualization.decorators.AbstractEdgeShapeTransformer<V,E>
      extended by edu.uci.ics.jung.visualization.decorators.EdgeShape.SimpleLoop<V,E>
All Implemented Interfaces:
org.apache.commons.collections15.Transformer<Context<Graph<V,E>,E>,Shape>
Enclosing class:
EdgeShape<V,E>

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.

Author:
Tom Nelson

Field Summary
 
Fields inherited from class edu.uci.ics.jung.visualization.decorators.AbstractEdgeShapeTransformer
control_offset_increment
 
Constructor Summary
EdgeShape.SimpleLoop()
           
 
Method Summary
 Shape transform(Context<Graph<V,E>,E> context)
          getter for the shape
 
Methods inherited from class edu.uci.ics.jung.visualization.decorators.AbstractEdgeShapeTransformer
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

transform

public Shape transform(Context<Graph<V,E>,E> context)
getter for the shape

Returns:
the shared instance


Copyright © 2009. All Rights Reserved.