|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.awt.event.MouseMotionAdapter
|
+--robi.sim.objects.SimObject.SimMouseMotionAdapter
MouseMotionAdapter for SimObject
| Field Summary | |
private SimObject |
so
Source simulation object |
private int |
x
Used for robot rotation |
| Constructor Summary | |
SimObject.SimMouseMotionAdapter(SimObject aSimObject)
|
|
| Method Summary | |
void |
mouseDragged(java.awt.event.MouseEvent e)
right mouse button: drags robot and lights left mouse button: rotates robot |
| Methods inherited from class java.awt.event.MouseMotionAdapter |
mouseMoved |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private SimObject so
private int x
| Constructor Detail |
public SimObject.SimMouseMotionAdapter(SimObject aSimObject)
| Method Detail |
public void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged in interface java.awt.event.MouseMotionListenermouseDragged in class java.awt.event.MouseMotionAdapter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||