com.google.maps.gwt.client
Class FusionTablesPolylineOptions

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.FusionTablesPolylineOptions

public class FusionTablesPolylineOptions
extends JavaScriptObject

Options which control the appearance of polylines in a FusionTablesLayer . THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected FusionTablesPolylineOptions()
          Protected constructor avoids default public constructor.
 
Method Summary
static FusionTablesPolylineOptions create()
           
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FusionTablesPolylineOptions

protected FusionTablesPolylineOptions()
Protected constructor avoids default public constructor.

Method Detail

create

public static final FusionTablesPolylineOptions create()

setStrokeColor

public final void setStrokeColor(java.lang.String strokeColor)
The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g. #00AAFF ).


setStrokeOpacity

public final void setStrokeOpacity(double strokeOpacity)
The stroke opacity between 0.0 and 1.0.


setStrokeWeight

public final void setStrokeWeight(double strokeWeight)
The stroke width in pixels.