Class Renderer.EdgeLabel.NOOP

    • Constructor Summary

      Constructors 
      Constructor Description
      NOOP()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void labelEdge​(RenderContext rc, edu.uci.ics.jung.algorithms.layout.Layout layout, java.lang.Object e, java.lang.String label)  
      • Methods inherited from class java.lang.Object

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

      • NOOP

        public NOOP()
    • Method Detail

      • labelEdge

        public void labelEdge​(RenderContext rc,
                              edu.uci.ics.jung.algorithms.layout.Layout layout,
                              java.lang.Object e,
                              java.lang.String label)
        Specified by:
        labelEdge in interface Renderer.EdgeLabel