|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.overlays.GroundOverlayOptions
public class GroundOverlayOptions
GroundOverlay Options
See GroundOverlayOptions API Doc
| Constructor Summary | |
|---|---|
protected |
GroundOverlayOptions()
use newInstance(); |
| Method Summary | |
|---|---|
boolean |
getClickable()
gets Indicates whether this Polyline handles click events. |
MapWidget |
getMap()
gets Map on which to display Polyline. |
MapWidget |
getMapWidget()
Deprecated. |
double |
getOpacity()
The opacity of the overlay, expressed as a number between 0 and 1. |
static GroundOverlayOptions |
newInstance()
creates GroundOverlay options |
void |
setClickable(boolean clickable)
sets Indicates whether this Polyline handles click events. |
void |
setMap(MapWidget mapWidget)
sets Map on which to display Polyline. |
void |
setOpacity(double opacity)
The opacity of the overlay, expressed as a number between 0 and 1. Optional. |
| 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 |
|---|
protected GroundOverlayOptions()
| Method Detail |
|---|
public static final GroundOverlayOptions newInstance()
public final void setOpacity(double opacity)
opacity - public final double getOpacity()
public final void setClickable(boolean clickable)
clickable - public final boolean getClickable()
public final void setMap(MapWidget mapWidget)
mapWidget - public final MapWidget getMap()
@Deprecated public final MapWidget getMapWidget()
getMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||