|
||||||||||
| 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.CircleOptions
public class CircleOptions
Circle Options
See CircleOptions API
Doc
| Constructor Summary | |
|---|---|
protected |
CircleOptions()
use newInstance(); |
| Method Summary | |
|---|---|
LatLng |
getCenter()
Gets the center |
boolean |
getClickable()
Gets Indicates whether this Polyline handles click events. |
String |
getFillColor()
The fill color. |
double |
getFillOpacity()
The fill opacity between 0.0 and 1.0 |
MapWidget |
getMap()
Gets Map on which to display Polyline. |
MapWidget |
getMapWidget()
Deprecated. |
double |
getRadius()
Gets The radius in meters on the Earth's surface |
String |
getStrokeColor()
Gets The stroke color. |
double |
getStrokeOpacity()
Gets The stroke opacity between 0.0 and 1.0 |
int |
getStrokeWeight()
Gets The stroke width in pixels. |
int |
getZindex()
Gets The zIndex compared to other rectangles. |
static CircleOptions |
newInstance()
creates Circle options |
void |
setCenter(LatLng center)
Sets the center |
void |
setClickable(boolean clickable)
Sets Indicates whether this Polyline handles click events. |
void |
setFillColor(String fillColor)
The fill color. |
void |
setFillOpacity(double fillOpacity)
The fill opacity between 0.0 and 1.0 |
void |
setMap(MapWidget mapWidget)
Sets Map on which to display Polyline. |
void |
setRadius(double radius)
Sets The radius in meters on the Earth's surface |
void |
setStrokeColor(String strokeColor)
Sets The stroke color. |
void |
setStrokeOpacity(double strokeOpacity)
Sets The stroke opacity between 0.0 and 1.0 |
void |
setStrokeWeight(int strokeWeight)
Sets The stroke width in pixels. |
void |
setZindex(int zIndex)
Sets The zIndex compared to other rectangles. |
| 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 CircleOptions()
| Method Detail |
|---|
public static final CircleOptions newInstance()
public final void setCenter(LatLng center)
center - public final LatLng getCenter()
public final void setClickable(boolean clickable)
clickable - public final boolean getClickable()
public final void setFillColor(String fillColor)
fillColor - public final String getFillColor()
public final void setFillOpacity(double fillOpacity)
fillOpacity - public final double getFillOpacity()
public final void setMap(MapWidget mapWidget)
mapWidget - public final MapWidget getMap()
@Deprecated public final MapWidget getMapWidget()
getMap()
public final void setRadius(double radius)
radius - public final double getRadius()
public final void setStrokeColor(String strokeColor)
strokeColor - public final String getStrokeColor()
public final void setStrokeOpacity(double strokeOpacity)
strokeOpacity - public final double getStrokeOpacity()
public final void setStrokeWeight(int strokeWeight)
strokeWeight - public final int getStrokeWeight()
public final void setZindex(int zIndex)
zIndex - public final int getZindex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||