Follow us on GitHub

com.google.gwt.maps.client.weatherlib
Class CloudLayer

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.mvc.MVCObject<CloudLayer>
          extended by com.google.gwt.maps.client.weatherlib.CloudLayer

public class CloudLayer
extends MVCObject<CloudLayer>

A layer showing current clouds. This class extends MVCObject.

See CloudLayer API Doc


Constructor Summary
protected CloudLayer()
          use newInstance();
 
Method Summary
 MapWidget getMap()
           
static CloudLayer newInstance()
          A layer that displays graphics showing current weather conditions.
 void setMap(MapWidget mapWidget)
           
 
Methods inherited from class com.google.gwt.maps.client.mvc.MVCObject
bindTo, bindTo, bindTo, changed, createInstanceOfMVCObject, get, notify, set, setValues, unbind, unbindAll
 
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

CloudLayer

protected CloudLayer()
use newInstance();

Method Detail

newInstance

public static final CloudLayer newInstance()
A layer that displays graphics showing current weather conditions.


setMap

public final void setMap(MapWidget mapWidget)

getMap

public final MapWidget getMap()


Follow us on GitHub

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