Class DirectionalEdgeArrowTransformer<V,E>

java.lang.Object
edu.uci.ics.jung.visualization.decorators.DirectionalEdgeArrowTransformer<V,E>
All Implemented Interfaces:
com.google.common.base.Function<Context<Graph<V,E>,E>,Shape>, Function<Context<Graph<V,E>,E>,Shape>

public class DirectionalEdgeArrowTransformer<V,E> extends Object implements com.google.common.base.Function<Context<Graph<V,E>,E>,Shape>
Returns wedge arrows for undirected edges and notched arrows for directed edges, of the specified dimensions.
  • Field Details

    • undirected_arrow

      protected Shape undirected_arrow
    • directed_arrow

      protected Shape directed_arrow
  • Constructor Details

    • DirectionalEdgeArrowTransformer

      public DirectionalEdgeArrowTransformer(int length, int width, int notch_depth)
  • Method Details