|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.overlays.MapPanes
public class MapPanes
This object contains the DOM elements in which overlays are rendered. They are listed below with 'Pane 0' at the bottom and 'Pane 6' at the top.
See MapPanes API Doc
Constructor Summary | |
---|---|
protected |
MapPanes()
use newInstance(); |
Method Summary | |
---|---|
Element |
getFloatPane()
gets This pane contains the info window. |
Element |
getFloatShadow()
gets This pane contains the info window shadow. |
Element |
getMapPane()
gets This pane is the lowest pane and is above the tiles. |
Element |
getOverlayImage()
gets This pane contains the marker foreground images. |
Element |
getOverlayLayer()
gets This pane contains polylines, polygons, ground overlays and tile layer overlays. |
Element |
getOverlayMouseTarget()
gets This pane contains elements that receive DOM mouse events, such as the transparent targets for markers. |
Element |
getOverlayShadow()
gets This pane contains the marker shadows. |
static MapPanes |
newInstance()
Create new MapPanes instance |
void |
setFloatPane(Element floatPane)
sets This pane contains the info window. |
void |
setFloatShadow(Element floatShadow)
sets This pane contains the info window shadow. |
void |
setMapPane(Element mapPane)
sets This pane is the lowest pane and is above the tiles. |
void |
setOverlayImage(Element overlayImage)
sets This pane contains the marker foreground images. |
void |
setOverlayLayer(Element overlayLayer)
sets This pane contains polylines, polygons, ground overlays and tile layer overlays. |
void |
setOverlayMouseTarget(Element overlayMouseTarget)
sets This pane contains elements that receive DOM mouse events, such as the transparent targets for markers. |
void |
setOverlayShadow(Element overlayShadow)
sets This pane contains the marker shadows. |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected MapPanes()
Method Detail |
---|
public static final MapPanes newInstance()
MapPanes
instance
public final void setFloatPane(Element floatPane)
floatPane
- public final Element getFloatPane()
public final void setFloatShadow(Element floatShadow)
floatShadow
- public final Element getFloatShadow()
public final void setMapPane(Element mapPane)
mapPane
- public final Element getMapPane()
public final void setOverlayImage(Element overlayImage)
overlayImage
- public final Element getOverlayImage()
public final void setOverlayLayer(Element overlayLayer)
overlayLayer
- public final Element getOverlayLayer()
public final void setOverlayMouseTarget(Element overlayMouseTarget)
overlayMouseTarget
- public final Element getOverlayMouseTarget()
public final void setOverlayShadow(Element overlayShadow)
overlayShadow
- public final Element getOverlayShadow()
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |