Class EdgeShape.Orthogonal<V,​E>

    • Constructor Summary

      Constructors 
      Constructor Description
      Orthogonal()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      edu.uci.ics.jung.graph.util.EdgeIndexFunction<V,​E> getEdgeIndexFunction()  
      void setEdgeIndexFunction​(edu.uci.ics.jung.graph.util.EdgeIndexFunction<V,​E> edgeIndexFunction)  
      java.awt.Shape transform​(edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<V,​E>,​E> context)
      Get the shape for this edge, returning either the shared instance or, in the case of self-loop edges, the Loop shared instance.
      • Methods inherited from class java.lang.Object

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

      • edgeIndexFunction

        protected edu.uci.ics.jung.graph.util.EdgeIndexFunction<V,​E> edgeIndexFunction
    • Constructor Detail

      • Orthogonal

        public Orthogonal()
    • Method Detail

      • transform

        public java.awt.Shape transform​(edu.uci.ics.jung.graph.util.Context<edu.uci.ics.jung.graph.Graph<V,​E>,​E> context)
        Get the shape for this edge, returning either the shared instance or, in the case of self-loop edges, the Loop shared instance.
        Specified by:
        transform in interface org.apache.commons.collections4.Transformer<V,​E>