|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A GisBackground interface is designed for displaying vector shape.
Method Summary | |
void |
drag(java.awt.Point end)
|
GeographyMap |
getMap()
Gets the GeographyMap object used as the background. |
void |
grab(java.awt.Point start)
|
void |
panMap(double sxOnScreen,
double syOnScreen,
double txOnScreen,
double tyOnScreen)
|
void |
releaseGrabbing()
|
void |
setMap(GeographyMap map)
Sets the map object of the GisBackground object. |
Methods inherited from interface twaver.network.background.Background |
getBackgroundSize, paint |
Method Detail |
public void setMap(GeographyMap map)
map
- the specified GeographyMap object used as the backgroud.public GeographyMap getMap()
public void panMap(double sxOnScreen, double syOnScreen, double txOnScreen, double tyOnScreen)
public void grab(java.awt.Point start)
public void drag(java.awt.Point end)
public void releaseGrabbing()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |