Documentation of 'org.jplot2d.interaction.MouseBehaviorHandler' Java class
MouseBehaviorHandler
org.jplot2d.interaction

Class MouseBehaviorHandler<B extends MouseBehavior>

    • Method Detail

      • getName

        public java.lang.String getName()
      • enterModifiersKey

        public boolean enterModifiersKey()
        Notify that the registered modifiers key is entered. Returns true if the event is processed correctly and should not be passed on to other behaviors. Returns false if this behavior does not process the event. By default, returns false.
        Returns:
        true if the event is processed correctly
      • exitModifiersKey

        public boolean exitModifiersKey()
        Notify that the registered modifiers key is exited. Returns true if the event is processed correctly and should not be passed on to other behaviors. Returns false if this behavior does not process the event. By default, returns false.
        Returns:
        true if the event is processed correctly
      • processMouseEvent

        public abstract boolean processMouseEvent(GenericMouseEvent e)
        Processes the mouse event. Returns true if the event is processed correctly and should not be passed on to other behaviors. Returns false if this behavior does not process the event.
        Parameters:
        e - the mouse event
        Returns:
        true if the event is processed correctly

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.