- keyPressed(KeyEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg01_triangle
-
Intercept keyPressed events.
- keyPressed(KeyEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg02_color
-
Intercept keyPressed events.
- keyPressed(KeyEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg03_animation
-
Overridden to extend the keyPressed event to capture the 'a' key for
turning animation OFF/ON and the 'h' key to reinitialize the
transformation matrix.
- keyPressed(KeyEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg05_cube
-
Overridden to capture 'g' key (for "grayscale") to increment color mode.
- keyPressed(KeyEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg06_mvpMx
-
Extends the keyPressed event to capture the 'c' key for turning centering
OFF/ON, the 'p' and 'o' to set projection as perspective/orthogonal, and
overrides the 'h' key ("home") to reinitialize transformation matrices,
which now requires recomputation of values for the model-view
transformation.
- keyPressed(KeyEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg07_lighting
-
Extends the keyPressed event to capture the 't' key for stepping through
transparency values and the 'l' key to turn lighting ON/OFF.
- keyPressed(KeyEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg08_surface
-
Extends the keyPressed event to capture the 'x' key to toggle axis
display ON/OFF.
- keyPressed(KeyEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg09_text
-
Extends the keyPressed event to capture the 's' key for turning ON/OFF
text display.
- keyPressed(KeyEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg10_mouse
-
Extends the keyPressed event to capture the 'r' key to reset
mouse-initiated scene modification.
- keyPressed(KeyEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg14_rods
-
Extends the keyPressed event to capture the 'd' key for cycling through
different rod (cylinder) diameters.
- keyPressed(KeyEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg15_image
-
Extends the keyPressed event to capture the 'i' key for toggling
image/cube mapping.
- keyReleased(KeyEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg01_triangle
-
The keyReleased method is required for a KeyListener, but ignored here.
- keyTyped(KeyEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg01_triangle
-
The keyTyped method is required for a KeyListener, but ignored here.