Class VisualEdgeArrowRenderingSupport<V extends VisualVertex,​E extends VisualEdge<V>>

  • Type Parameters:
    V - the vertex type
    E - the edge type

    public class VisualEdgeArrowRenderingSupport<V extends VisualVertex,​E extends VisualEdge<V>>
    extends java.lang.Object
    Basic class to calculate the position of an edge arrow
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.geom.AffineTransform createArrowTransform​(edu.uci.ics.jung.visualization.RenderContext<V,​E> rc, java.awt.Shape edgeShape, java.awt.Shape vertexShape)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VisualEdgeArrowRenderingSupport

        public VisualEdgeArrowRenderingSupport()
    • Method Detail

      • createArrowTransform

        public java.awt.geom.AffineTransform createArrowTransform​(edu.uci.ics.jung.visualization.RenderContext<V,​E> rc,
                                                                  java.awt.Shape edgeShape,
                                                                  java.awt.Shape vertexShape)