|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.visad.display.EventMap
public abstract class EventMap
A class to hold event mappings for keys and mouse movements
| Field Summary | |
|---|---|
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 String[] |
KEY_FUNCTION_NAMES
Key function names |
static int[] |
KEY_FUNCTION_VALUES
Key function values |
static 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 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 Summary | |
|---|---|
EventMap()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int[] MOUSE_FUNCTION_VALUES
public static final String[] MOUSE_FUNCTION_NAMES
public static final int[] KEY_FUNCTION_VALUES
public static final 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 String[] WHEEL_FUNCTION_NAMES
public static final int[][] IDV_WHEEL_FUNCTIONS
public static final int[][] GEARTH_WHEEL_FUNCTIONS
| Constructor Detail |
|---|
public EventMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||