|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--Controller2d
|
+--Controller2dTop
| Inner classes inherited from class Controller2d |
Controller2d.DragAction |
| Fields inherited from class Controller2d |
_dragStartPt,
_map,
_rubberBanding,
_vc,
_view |
| Constructor Summary | |
Controller2dTop()
|
|
| Method Summary | |
void |
mouseClicked(java.awt.event.MouseEvent evt)
|
void |
mouseDragged(java.awt.event.MouseEvent evt)
|
void |
mouseMoved(java.awt.event.MouseEvent evt)
|
void |
mousePressed(java.awt.event.MouseEvent evt)
|
void |
mouseReleased(java.awt.event.MouseEvent evt)
|
Point3D |
screenToMap(Point3D p)
this modifies the Point p parameter this handles the flip across the x axis and the translation |
| Methods inherited from class Controller2d |
mouseEntered,
mouseExited,
screenToMap |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Controller2dTop()
| Method Detail |
public Point3D screenToMap(Point3D p)
p - is changedpublic void mouseMoved(java.awt.event.MouseEvent evt)
public void mouseDragged(java.awt.event.MouseEvent evt)
public void mousePressed(java.awt.event.MouseEvent evt)
public void mouseReleased(java.awt.event.MouseEvent evt)
public void mouseClicked(java.awt.event.MouseEvent evt)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||