Interface ModalGraphMouse

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  ModalGraphMouse.Mode  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.awt.event.ItemListener getModeListener()  
      void setMode​(ModalGraphMouse.Mode mode)  
      • Methods inherited from interface java.awt.event.MouseListener

        mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
      • Methods inherited from interface java.awt.event.MouseMotionListener

        mouseDragged, mouseMoved
      • Methods inherited from interface java.awt.event.MouseWheelListener

        mouseWheelMoved
    • Method Detail

      • getModeListener

        java.awt.event.ItemListener getModeListener()
        Returns:
        Returns the modeListener.