edu.uci.ics.jung.visualization.decorators
Class EdgeShape.Wedge<V,E>
java.lang.Object
  
edu.uci.ics.jung.visualization.decorators.AbstractEdgeShapeTransformer<V,E>
      
edu.uci.ics.jung.visualization.decorators.EdgeShape.Wedge<V,E>
- Enclosing class:
 - EdgeShape<V,E>
 
public static class EdgeShape.Wedge<V,E>
- extends AbstractEdgeShapeTransformer<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.
- Author:
 
  - Joshua O'Madadhain
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EdgeShape.Wedge
public EdgeShape.Wedge(int width)
transform
public Shape transform(Context<Graph<V,E>,E> context)
 
Copyright © 2010 null. All Rights Reserved.