public abstract class EventMap
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CTRL_MASK
Identifier for ctrl mask
|
static int[][] |
GEARTH_KEYBOARD_FUNCTIONS
Google Earth keyboard functions
|
static int[][][] |
GEARTH_MOUSE_FUNCTIONS
Google Earth mouse functions
|
static int[][] |
GEARTH_WHEEL_FUNCTIONS
IDV wheel functions
|
static int[][] |
IDV_KEYBOARD_FUNCTIONS
IDV keyboard functions
|
static int[][][] |
IDV_MOUSE_FUNCTIONS
The default mouse behavior (IDV mouse functions)
|
static int[][] |
IDV_WHEEL_FUNCTIONS
IDV wheel functions
|
static java.lang.String[] |
KEY_FUNCTION_NAMES
Key function names
|
static int[] |
KEY_FUNCTION_VALUES
Key function values
|
static java.lang.String[] |
MOUSE_FUNCTION_NAMES
Mouse function names
|
static int[] |
MOUSE_FUNCTION_VALUES
Mouse function values
|
static int |
NO_MASK
Identifier for no mask
|
static int |
SHIFT_MASK
Identifier for shift mask
|
static int[][][] |
VISAD_MOUSE_FUNCTIONS
VisAD mouse functions
|
static java.lang.String[] |
WHEEL_FUNCTION_NAMES
Mouse wheel function names
|
static int[] |
WHEEL_FUNCTION_VALUES
Mouse wheel function values
|
static int |
WHEEL_NONE
Identifier for the mouse wheel
|
static int |
WHEEL_ROTATEX
Identifier for mouse wheel rotate X
|
static int |
WHEEL_ROTATEY
Identifier for mouse wheel rotate Y
|
static int |
WHEEL_ROTATEZ
Identifier for mouse wheel rotate Z
|
static int |
WHEEL_ZOOMIN
Identifier for wheel zoom in
|
static int |
WHEEL_ZOOMOUT
Identifier for wheel zoom out
|
Constructor and Description |
---|
EventMap() |
public static final int[] MOUSE_FUNCTION_VALUES
public static final java.lang.String[] MOUSE_FUNCTION_NAMES
public static final int[] KEY_FUNCTION_VALUES
public static final java.lang.String[] KEY_FUNCTION_NAMES
public static int NO_MASK
public static int CTRL_MASK
public static int SHIFT_MASK
public static final int[][] IDV_KEYBOARD_FUNCTIONS
public static final int[][] GEARTH_KEYBOARD_FUNCTIONS
public static final int[][][] VISAD_MOUSE_FUNCTIONS
public static final int[][][] GEARTH_MOUSE_FUNCTIONS
public static final int[][][] IDV_MOUSE_FUNCTIONS
public static int WHEEL_NONE
public static int WHEEL_ROTATEX
public static int WHEEL_ROTATEY
public static int WHEEL_ROTATEZ
public static int WHEEL_ZOOMIN
public static int WHEEL_ZOOMOUT
public static final int[] WHEEL_FUNCTION_VALUES
public static final java.lang.String[] WHEEL_FUNCTION_NAMES
public static final int[][] IDV_WHEEL_FUNCTIONS
public static final int[][] GEARTH_WHEEL_FUNCTIONS