edu.uci.ics.jung.visualization.decorators
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.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EdgeShape.SimpleLoop
public EdgeShape.SimpleLoop()
transform
public Shape transform(Context<Graph<V,E>,E> context)
- getter for the shape
- Returns:
- the shared instance
Copyright © 2009. All Rights Reserved.