|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.FusionTablesPolygonOptions
public class FusionTablesPolygonOptions
Options which control the appearance of polygons in a
FusionTablesLayer
.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
FusionTablesPolygonOptions()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static FusionTablesPolygonOptions |
create()
|
void |
setFillColor(java.lang.String fillColor)
The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g. |
void |
setFillOpacity(double fillOpacity)
The fill opacity between 0.0 and 1.0. |
void |
setStrokeColor(java.lang.String strokeColor)
The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g. |
void |
setStrokeOpacity(double strokeOpacity)
The stroke opacity between 0.0 and 1.0. |
void |
setStrokeWeight(double strokeWeight)
The stroke width in pixels, between 0 and 10. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected FusionTablesPolygonOptions()
Method Detail |
---|
public static final FusionTablesPolygonOptions create()
public final void setFillColor(java.lang.String fillColor)
#00AAFF
).
public final void setFillOpacity(double fillOpacity)
public final void setStrokeColor(java.lang.String strokeColor)
#00AAFF
).
public final void setStrokeOpacity(double strokeOpacity)
public final void setStrokeWeight(double strokeWeight)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |