|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Field Summary | |
static int |
NO_MASK
Mask to indicate there are no modifiers for this key. |
static int |
RESET
Identifier for function to reset the display to the original projection or last saved projection |
static int |
TRANSLATE_DOWN
Identifier for function to translate the display downwards |
static int |
TRANSLATE_LEFT
Identifier for function to translate the display to the left |
static int |
TRANSLATE_RIGHT
Identifier for function to translate the display to the right |
static int |
TRANSLATE_UP
Identifier for function to translate the display upwards |
static int |
ZOOM_IN
Identifier for function to zoom in the display |
static int |
ZOOM_OUT
Identifier for function to zoom out the display |
| Method Summary | |
void |
execFunction(int function)
Executes the given function. |
void |
mapKeyToFunction(int function,
int keycode,
int modifiers)
Maps key represented by keycode & modifiers to the given function. |
void |
processKeyEvent(KeyEvent event)
Process a key event. |
| Field Detail |
public static final int TRANSLATE_UP
public static final int TRANSLATE_DOWN
public static final int TRANSLATE_LEFT
public static final int TRANSLATE_RIGHT
public static final int ZOOM_IN
public static final int ZOOM_OUT
public static final int RESET
ProjectionControl.resetProjection(),
Constant Field Valuespublic static final int NO_MASK
mapKeyToFunction(int function, int keycode, int modifiers),
Constant Field Values| Method Detail |
public void mapKeyToFunction(int function,
int keycode,
int modifiers)
function - keyboard function (TRANSLATE_UP, ZOOM_IN, etc)keycode - KeyEvent virtual keycodesmodifiers - InputEvent key maskKeyEvent,
InputEventpublic void processKeyEvent(KeyEvent event)
public void execFunction(int function)
function - function to perform (TRANSLATE_UP, ZOOM_IN, etc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||