|
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.FusionTablesPolylineOptions
public class FusionTablesPolylineOptions
Options which control the appearance of polylines in a FusionTablesLayer.
See FusionTablesPolygonOptions API Doc
| Constructor Summary | |
|---|---|
protected |
FusionTablesPolylineOptions()
use newInstance(); |
| Method Summary | |
|---|---|
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 FusionTablesPolylineOptions |
newInstance()
Options which control the appearance of polylines in a FusionTablesLayer. |
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 FusionTablesPolylineOptions()
| Method Detail |
|---|
public static final FusionTablesPolylineOptions newInstance()
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 | |||||||||