|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Cursor
Interface for screen cursor used for places highlighting and selecting
| Method Summary | |
|---|---|
Point |
getPointOnDisplay(int displayWidth,
int displayHeight)
Get the "e;select"e; point on screen for cursor. |
void |
paint(Graphics g,
int screenX,
int screenY,
int displayWidth,
int displayHeight)
Paint cursor on the screen. |
| Method Detail |
|---|
void paint(Graphics g,
int screenX,
int screenY,
int displayWidth,
int displayHeight)
MapComponent or
MapItem) center.
g - graphics object to paint onscreenX - cursor selection point x on screenscreenY - cursor selection point y on screendisplayWidth - displayed area (screen) widthdisplayHeight - displayed area (screen) height
Point getPointOnDisplay(int displayWidth,
int displayHeight)
displayWidth - map view widthdisplayHeight - map view height
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||