|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapitz.gwt.googleMaps.client.GMapPane
public class GMapPane
Factory for these constants which define the layering system that is used by overlay to display themselves on the map. There are different layers for icons, shadows, the info window, the shadow on the info window, and transparent mouse event catching objects.
| Method Summary | |
|---|---|
static GMapPane |
G_MAP_FLOAT_PANE()
This pane contains the info window. |
static GMapPane |
G_MAP_FLOAT_SHADOW_PANE()
This pane conatains the shadow of the info window. |
static GMapPane |
G_MAP_MAP_PANE()
This pane is still below the shadows of the markers, directly on top of the map. |
static GMapPane |
G_MAP_MARKER_MOUSE_TARGET_PANE()
This pane contains transparent elements that receive DOM mouse events for the markers. |
static GMapPane |
G_MAP_MARKER_PANE()
This pane contains the markers. |
static GMapPane |
G_MAP_MARKER_SHADOW_PANE()
This pane contains the shadows of the markers. |
int |
getIndex()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static GMapPane G_MAP_MAP_PANE()
public static GMapPane G_MAP_MARKER_SHADOW_PANE()
public static GMapPane G_MAP_MARKER_PANE()
public static GMapPane G_MAP_FLOAT_SHADOW_PANE()
public static GMapPane G_MAP_MARKER_MOUSE_TARGET_PANE()
public static GMapPane G_MAP_FLOAT_PANE()
public int getIndex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||