|
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.layers.FusionTablesPolygonOptions
public class FusionTablesPolygonOptions
Options which control the appearance of polygons in a FusionTablesLayer.
See FusionTablesPolygonOptions API Doc
Constructor Summary | |
---|---|
protected |
FusionTablesPolygonOptions()
use newInstance(); |
Method Summary | |
---|---|
String |
getFillColor()
gets The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g. |
double |
getFillOpacity()
gets The fill opacity between 0.0 and 1.0. |
String |
getStrokeColor()
gets The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g. |
double |
getStrokeOpacity()
gets The stroke opacity between 0.0 and 1.0. |
int |
getStrokeWeight()
gets The stroke width in pixels, between 0 and 10. |
static FusionTablesPolygonOptions |
newInstance()
Options which control the appearance of polygons in a FusionTablesLayer. |
void |
setFillColor(String fillColor)
sets The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g. |
void |
setFillOpacity(double fillOpacity)
sets The fill opacity between 0.0 and 1.0. |
void |
setStrokeColor(String strokeColor)
sets The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g. |
void |
setStrokeOpacity(double strokeOpacity)
sets The stroke opacity between 0.0 and 1.0. |
void |
setStrokeWeight(int strokeWeight)
sets The stroke width in pixels, between 0 and 10. |
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 FusionTablesPolygonOptions()
Method Detail |
---|
public static final FusionTablesPolygonOptions newInstance()
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 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()
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |