Package ucar.visad.display
Class EventMap
java.lang.Object
ucar.visad.display.EventMap
A class to hold event mappings for keys and mouse movements
- Version:
- $Revision: 1.4 $
- Author:
- IDV Development Team
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic int
Identifier for ctrl maskstatic final int[][]
Google Earth keyboard functionsstatic final int[][][]
Google Earth mouse functionsstatic final int[][]
IDV wheel functionsstatic final int[][]
IDV keyboard functionsstatic final int[][][]
The default mouse behavior (IDV mouse functions)static final int[][]
IDV wheel functionsstatic final String[]
Key function namesstatic final int[]
Key function valuesstatic final String[]
Mouse function namesstatic final int[]
Mouse function valuesstatic int
Identifier for no maskstatic int
Identifier for shift maskstatic final int[][][]
VisAD mouse functionsstatic final String[]
Mouse wheel function namesstatic final int[]
Mouse wheel function valuesstatic int
Identifier for the mouse wheelstatic int
Identifier for mouse wheel rotate Xstatic int
Identifier for mouse wheel rotate Ystatic int
Identifier for mouse wheel rotate Zstatic int
Identifier for wheel zoom instatic int
Identifier for wheel zoom out -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MOUSE_FUNCTION_VALUES
public static final int[] MOUSE_FUNCTION_VALUESMouse function values -
MOUSE_FUNCTION_NAMES
Mouse function names -
KEY_FUNCTION_VALUES
public static final int[] KEY_FUNCTION_VALUESKey function values -
KEY_FUNCTION_NAMES
Key function names -
NO_MASK
public static int NO_MASKIdentifier for no mask -
CTRL_MASK
public static int CTRL_MASKIdentifier for ctrl mask -
SHIFT_MASK
public static int SHIFT_MASKIdentifier for shift mask -
IDV_KEYBOARD_FUNCTIONS
public static final int[][] IDV_KEYBOARD_FUNCTIONSIDV keyboard functions -
GEARTH_KEYBOARD_FUNCTIONS
public static final int[][] GEARTH_KEYBOARD_FUNCTIONSGoogle Earth keyboard functions -
VISAD_MOUSE_FUNCTIONS
public static final int[][][] VISAD_MOUSE_FUNCTIONSVisAD mouse functions -
GEARTH_MOUSE_FUNCTIONS
public static final int[][][] GEARTH_MOUSE_FUNCTIONSGoogle Earth mouse functions -
IDV_MOUSE_FUNCTIONS
public static final int[][][] IDV_MOUSE_FUNCTIONSThe default mouse behavior (IDV mouse functions) -
WHEEL_NONE
public static int WHEEL_NONEIdentifier for the mouse wheel -
WHEEL_ROTATEX
public static int WHEEL_ROTATEXIdentifier for mouse wheel rotate X -
WHEEL_ROTATEY
public static int WHEEL_ROTATEYIdentifier for mouse wheel rotate Y -
WHEEL_ROTATEZ
public static int WHEEL_ROTATEZIdentifier for mouse wheel rotate Z -
WHEEL_ZOOMIN
public static int WHEEL_ZOOMINIdentifier for wheel zoom in -
WHEEL_ZOOMOUT
public static int WHEEL_ZOOMOUTIdentifier for wheel zoom out -
WHEEL_FUNCTION_VALUES
public static final int[] WHEEL_FUNCTION_VALUESMouse wheel function values -
WHEEL_FUNCTION_NAMES
Mouse wheel function names -
IDV_WHEEL_FUNCTIONS
public static final int[][] IDV_WHEEL_FUNCTIONSIDV wheel functions -
GEARTH_WHEEL_FUNCTIONS
public static final int[][] GEARTH_WHEEL_FUNCTIONSIDV wheel functions
-
-
Constructor Details
-
EventMap
public EventMap()
-