|
Follow us on GitHub |
|||||||||
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.PolygonOptions
public class PolygonOptions
Constructor Summary | |
---|---|
protected |
PolygonOptions()
|
Method Summary | |
---|---|
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 |
boolean |
getGeodesic()
gets When true, render each edge as a geodesic (a segment of a "great circle"). |
MapWidget |
getMapWidget()
gets Map on which to display Polyline. |
JsArray<LatLng> |
getPaths_JsArray()
|
MVCArray<LatLng> |
getPaths_MVCArray()
|
JsArray<JsArray<LatLng>> |
getPathss_JsArray()
|
MVCArray<MVCArray<LatLng>> |
getPathss_MVCArray()
|
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 polys. |
static PolygonOptions |
newInstance()
|
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 |
setGeodesic(boolean geodesic)
sets When true, render each edge as a geodesic (a segment of a "great circle"). |
void |
setMap(MapWidget mapWidget)
Renders the Polygone on the map |
void |
setPaths(JsArray<LatLng> paths)
The ordered sequence of coordinates that designates a closed loop. |
void |
setPaths(MVCArray<LatLng> paths)
The ordered sequence of coordinates that designates a closed loop. |
void |
setPathss(JsArray<JsArray<LatLng>> paths)
The ordered sequence of coordinates that designates a closed loop. |
void |
setPathss(MVCArray<MVCArray<LatLng>> paths)
The ordered sequence of coordinates that designates a closed loop. |
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 polys. |
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 PolygonOptions()
Method Detail |
---|
public static final PolygonOptions newInstance()
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 setGeodesic(boolean geodesic)
geodesic
- public final boolean getGeodesic()
public final void setMap(MapWidget mapWidget)
mapWidget
- public final MapWidget getMapWidget()
public final void setPaths(MVCArray<LatLng> paths)
paths
- public final MVCArray<LatLng> getPaths_MVCArray()
public final void setPathss(MVCArray<MVCArray<LatLng>> paths)
paths
- public final MVCArray<MVCArray<LatLng>> getPathss_MVCArray()
public final void setPaths(JsArray<LatLng> paths)
paths
- public final JsArray<LatLng> getPaths_JsArray()
public final void setPathss(JsArray<JsArray<LatLng>> paths)
paths
- public final JsArray<JsArray<LatLng>> getPathss_JsArray()
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()
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |