Class AnimatedPickingGraphMousePlugin<V,​E>

    • Field Detail

      • vertex

        protected V vertex
        the selected Vertex
      • selectionModifiers

        protected int selectionModifiers
    • Constructor Detail

      • AnimatedPickingGraphMousePlugin

        public AnimatedPickingGraphMousePlugin()
        Creates an instance with default modifiers of BUTTON1_DOWN_MASK and CTRL_DOWN_MASK
      • AnimatedPickingGraphMousePlugin

        public AnimatedPickingGraphMousePlugin​(int selectionModifiers)
        Creates an instance with the specified mouse event modifiers.
        Parameters:
        selectionModifiers - the mouse event modifiers to use.