Class EdgeShape.Wedge

java.lang.Object
edu.uci.ics.jung.visualization.decorators.ParallelEdgeShapeTransformer<V,E>
edu.uci.ics.jung.visualization.decorators.EdgeShape.Wedge
All Implemented Interfaces:
com.google.common.base.Function<E,Shape>, Function<E,Shape>
Enclosing class:
EdgeShape<V,E>

public class EdgeShape.Wedge extends ParallelEdgeShapeTransformer<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.
  • Constructor Details

    • Wedge

      public Wedge(int width)
  • Method Details

    • apply

      public Shape apply(E e)