org.gwtopenmaps.openlayers.client
Class ZIndexBase

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.ZIndexBase

public class ZIndexBase
extends JSObjectWrapper

Provides the base z-index for baselayers, overlays features, popups and controls.

todo: Explain z-index concept here.

Defaults taken from OL 2.7;

Since:
GWT-OL 0.4
Author:
Edwin Commandeur - Atlis Information Systems

Constructor Summary
  ZIndexBase()
           
  ZIndexBase(int baseLayerZIndexBase, int overlayZIndexBase, int featureZIndexBase, int popupZIndexBase, int controlZIndexBase)
           
protected ZIndexBase(JSObject jsObject)
           
 
Method Summary
 void setForBaseLayers(int zIndexBase)
          Default base z-index for base layers is 100 (in OL 2.7).
 void setForControls(int zIndexBase)
          Default base z-index for controls is 1000 (in OL 2.7).
 void setForFeatures(int zIndexBase)
          Default base z-index for features is 725 (in OL 2.7).
 void setForOverlays(int zIndexBase)
          Default base z-index for overlays is 325 (in OL 2.7).
 void setForPopups(int zIndexBase)
          Default base z-index for popups is 750 (in OL 2.7).
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZIndexBase

protected ZIndexBase(JSObject jsObject)

ZIndexBase

public ZIndexBase()

ZIndexBase

public ZIndexBase(int baseLayerZIndexBase,
                  int overlayZIndexBase,
                  int featureZIndexBase,
                  int popupZIndexBase,
                  int controlZIndexBase)
Method Detail

setForBaseLayers

public void setForBaseLayers(int zIndexBase)
Default base z-index for base layers is 100 (in OL 2.7).


setForOverlays

public void setForOverlays(int zIndexBase)
Default base z-index for overlays is 325 (in OL 2.7).


setForFeatures

public void setForFeatures(int zIndexBase)
Default base z-index for features is 725 (in OL 2.7).


setForPopups

public void setForPopups(int zIndexBase)
Default base z-index for popups is 750 (in OL 2.7).


setForControls

public void setForControls(int zIndexBase)
Default base z-index for controls is 1000 (in OL 2.7).



Copyright © 2011 sourceforge. All Rights Reserved.