Class EventMap

java.lang.Object
ucar.visad.display.EventMap

public abstract class EventMap extends Object
A class to hold event mappings for keys and mouse movements
Version:
$Revision: 1.4 $
Author:
IDV Development Team
  • Field Details

    • MOUSE_FUNCTION_VALUES

      public static final int[] MOUSE_FUNCTION_VALUES
      Mouse function values
    • MOUSE_FUNCTION_NAMES

      public static final String[] MOUSE_FUNCTION_NAMES
      Mouse function names
    • KEY_FUNCTION_VALUES

      public static final int[] KEY_FUNCTION_VALUES
      Key function values
    • KEY_FUNCTION_NAMES

      public static final String[] KEY_FUNCTION_NAMES
      Key function names
    • NO_MASK

      public static int NO_MASK
      Identifier for no mask
    • CTRL_MASK

      public static int CTRL_MASK
      Identifier for ctrl mask
    • SHIFT_MASK

      public static int SHIFT_MASK
      Identifier for shift mask
    • IDV_KEYBOARD_FUNCTIONS

      public static final int[][] IDV_KEYBOARD_FUNCTIONS
      IDV keyboard functions
    • GEARTH_KEYBOARD_FUNCTIONS

      public static final int[][] GEARTH_KEYBOARD_FUNCTIONS
      Google Earth keyboard functions
    • VISAD_MOUSE_FUNCTIONS

      public static final int[][][] VISAD_MOUSE_FUNCTIONS
      VisAD mouse functions
    • GEARTH_MOUSE_FUNCTIONS

      public static final int[][][] GEARTH_MOUSE_FUNCTIONS
      Google Earth mouse functions
    • IDV_MOUSE_FUNCTIONS

      public static final int[][][] IDV_MOUSE_FUNCTIONS
      The default mouse behavior (IDV mouse functions)
    • WHEEL_NONE

      public static int WHEEL_NONE
      Identifier for the mouse wheel
    • WHEEL_ROTATEX

      public static int WHEEL_ROTATEX
      Identifier for mouse wheel rotate X
    • WHEEL_ROTATEY

      public static int WHEEL_ROTATEY
      Identifier for mouse wheel rotate Y
    • WHEEL_ROTATEZ

      public static int WHEEL_ROTATEZ
      Identifier for mouse wheel rotate Z
    • WHEEL_ZOOMIN

      public static int WHEEL_ZOOMIN
      Identifier for wheel zoom in
    • WHEEL_ZOOMOUT

      public static int WHEEL_ZOOMOUT
      Identifier for wheel zoom out
    • WHEEL_FUNCTION_VALUES

      public static final int[] WHEEL_FUNCTION_VALUES
      Mouse wheel function values
    • WHEEL_FUNCTION_NAMES

      public static final String[] WHEEL_FUNCTION_NAMES
      Mouse wheel function names
    • IDV_WHEEL_FUNCTIONS

      public static final int[][] IDV_WHEEL_FUNCTIONS
      IDV wheel functions
    • GEARTH_WHEEL_FUNCTIONS

      public static final int[][] GEARTH_WHEEL_FUNCTIONS
      IDV wheel functions
  • Constructor Details

    • EventMap

      public EventMap()