Follow us on GitHub

com.google.gwt.maps.client.overlays
Class MapPanes

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.overlays.MapPanes

public class MapPanes
extends JavaScriptObject

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

MapPanes

protected MapPanes()
use newInstance();

Method Detail

newInstance

public static final MapPanes newInstance()
Create new MapPanes instance


setFloatPane

public final void setFloatPane(Element floatPane)
sets This pane contains the info window. It is above all map overlays. (Pane 6).

Parameters:
floatPane -

getFloatPane

public final Element getFloatPane()
gets This pane contains the info window. It is above all map overlays. (Pane 6).


setFloatShadow

public final void setFloatShadow(Element floatShadow)
sets This pane contains the info window shadow. It is above the overlayImage, so that markers can be in the shadow of the info window. (Pane 4).

Parameters:
floatShadow -

getFloatShadow

public final Element getFloatShadow()
gets This pane contains the info window shadow. It is above the overlayImage, so that markers can be in the shadow of the info window. (Pane 4).


setMapPane

public final void setMapPane(Element mapPane)
sets This pane is the lowest pane and is above the tiles. It may not receive DOM events. (Pane 0).

Parameters:
mapPane -

getMapPane

public final Element getMapPane()
gets This pane is the lowest pane and is above the tiles. It may not receive DOM events. (Pane 0).


setOverlayImage

public final void setOverlayImage(Element overlayImage)
sets This pane contains the marker foreground images. (Pane 3).

Parameters:
overlayImage -

getOverlayImage

public final Element getOverlayImage()
gets This pane contains the marker foreground images. (Pane 3).


setOverlayLayer

public final void setOverlayLayer(Element overlayLayer)
sets This pane contains polylines, polygons, ground overlays and tile layer overlays. It may not receive DOM events. (Pane 1).

Parameters:
overlayLayer -

getOverlayLayer

public final Element getOverlayLayer()
gets This pane contains polylines, polygons, ground overlays and tile layer overlays. It may not receive DOM events. (Pane 1).


setOverlayMouseTarget

public final void setOverlayMouseTarget(Element overlayMouseTarget)
sets This pane contains elements that receive DOM mouse events, such as the transparent targets for markers. It is above the floatShadow, so that markers in the shadow of the info window can be clickable. (Pane 5).

Parameters:
overlayMouseTarget -

getOverlayMouseTarget

public final Element getOverlayMouseTarget()
gets This pane contains elements that receive DOM mouse events, such as the transparent targets for markers. It is above the floatShadow, so that markers in the shadow of the info window can be clickable. (Pane 5).


setOverlayShadow

public final void setOverlayShadow(Element overlayShadow)
sets This pane contains the marker shadows. It may not receive DOM events. (Pane 2).

Parameters:
overlayShadow -

getOverlayShadow

public final Element getOverlayShadow()
gets This pane contains the marker shadows. It may not receive DOM events. (Pane 2).



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.