Class PluggableRendererDemo.PopupGraphMousePlugin

    • Constructor Detail

      • PopupGraphMousePlugin

        public PopupGraphMousePlugin()
      • PopupGraphMousePlugin

        public PopupGraphMousePlugin​(int modifiers)
    • Method Detail

      • handlePopup

        protected void handlePopup​(java.awt.event.MouseEvent e)
        If this event is over a Vertex, pop up a menu to allow the user to increase/decrease the voltage attribute of this Vertex
        Specified by:
        handlePopup in class AbstractPopupGraphMousePlugin
        Parameters:
        e - the event to be handled