|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.awt.event.KeyAdapter
|
+--render.RenderPanel.KeyHandler
| Constructor Summary | |
protected |
RenderPanel.KeyHandler()
|
| Method Summary | |
void |
keyReleased(java.awt.event.KeyEvent ke)
Keyboard listener: various default control keys to modify render style (Use CTRL + key). |
| Methods inherited from class java.awt.event.KeyAdapter |
keyPressed, keyTyped |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected RenderPanel.KeyHandler()
| Method Detail |
public void keyReleased(java.awt.event.KeyEvent ke)
'e' - toggles Renderer.showMesh, that just displays
the shapes as mesh wireframes
'l' - toggles Renderer.getOutline() which produces a
sketch-line drawing rendition of the scene
'm' - toggles Renderer.seeMesh which determines mesh
visibility
keyReleased in class java.awt.event.KeyAdapterevent - Eventkey - value of the key released
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||