public class ImageMapType extends MVCObject<ImageMapType>
| Modifier | Constructor and Description |
|---|---|
protected |
ImageMapType()
use newInstance();
|
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addClickHandler(TilesLoadedMapHandler handler)
This event is fired when the visible tiles finish loading.
|
double |
getOpacity()
Returns the opacity level (0 (transparent) to 1.0) of the
ImageMapType tiles. |
static ImageMapType |
newInstance(ImageMapTypeOptions options)
Constructs an ImageMapType using the provided ImageMapTypeOptions
|
void |
setOpacity(double opacity)
Sets the opacity level (0 (transparent) to 1.0) of the
ImageMapType tiles. |
bindTo, bindTo, bindTo, changed, createInstanceOfMVCObject, get, notify, set, setValues, unbind, unbindAllcast, createArray, createFunction, createObject, equals, hashCode, toSource, toStringpublic static final ImageMapType newInstance(ImageMapTypeOptions options)
options - public final double getOpacity()
ImageMapType tiles.public final void setOpacity(double opacity)
ImageMapType tiles.public final HandlerRegistration addClickHandler(TilesLoadedMapHandler handler)
handler - Copyright © 2011-2014 GWT Maps API V3. All Rights Reserved.