|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.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. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
MapPanes()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
Node |
getFloatPane()
This pane contains the info window. |
Node |
getFloatShadow()
This pane contains the info window shadow. |
Node |
getMapPane()
This pane is the lowest pane and is above the tiles. |
Node |
getOverlayImage()
This pane contains the marker foreground images. |
Node |
getOverlayLayer()
This pane contains polylines, polygons, ground overlays and tile layer overlays. |
Node |
getOverlayMouseTarget()
This pane contains elements that receive DOM mouse events, such as the transparent targets for markers. |
Node |
getOverlayShadow()
This pane contains the marker shadows. |
void |
setFloatPane(Node floatPane)
This pane contains the info window. |
void |
setFloatShadow(Node floatShadow)
This pane contains the info window shadow. |
void |
setMapPane(Node mapPane)
This pane is the lowest pane and is above the tiles. |
void |
setOverlayImage(Node overlayImage)
This pane contains the marker foreground images. |
void |
setOverlayLayer(Node overlayLayer)
This pane contains polylines, polygons, ground overlays and tile layer overlays. |
void |
setOverlayMouseTarget(Node overlayMouseTarget)
This pane contains elements that receive DOM mouse events, such as the transparent targets for markers. |
void |
setOverlayShadow(Node overlayShadow)
This pane contains the marker shadows. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MapPanes()
Method Detail |
---|
public final Node getFloatPane()
public final Node getFloatShadow()
public final Node getMapPane()
public final Node getOverlayImage()
public final Node getOverlayLayer()
public final Node getOverlayMouseTarget()
public final Node getOverlayShadow()
public final void setFloatPane(Node floatPane)
public final void setFloatShadow(Node floatShadow)
public final void setMapPane(Node mapPane)
public final void setOverlayImage(Node overlayImage)
public final void setOverlayLayer(Node overlayLayer)
public final void setOverlayMouseTarget(Node overlayMouseTarget)
public final void setOverlayShadow(Node overlayShadow)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |