|
j3d.org Code | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface for servicing coordinate conversion. The Spiclops library provides a method to unwarp mouse coordinates. This interface handles that data sleping. After registering interest the class can call warpMouseCoordinate when its update method is called.
| Method Summary | |
void |
registerInterest(MouseCoordinateSource msc)
Register interest in having a coordinate converted |
void |
warpMouseCoordinate(double[] coords)
Convert a set of coordinates. |
| Method Detail |
public void registerInterest(MouseCoordinateSource msc)
msc - The source of the event.public void warpMouseCoordinate(double[] coords)
coords - The coordinates to convert.
|
j3d.org Code | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||