com.google.maps.gwt.client
Class FusionTablesPolygonOptions

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

public class FusionTablesPolygonOptions
extends JavaScriptObject

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

FusionTablesPolygonOptions

protected FusionTablesPolygonOptions()
Protected constructor avoids default public constructor.

Method Detail

create

public static final FusionTablesPolygonOptions create()

setFillColor

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


setFillOpacity

public final void setFillOpacity(double fillOpacity)
The fill opacity between 0.0 and 1.0.


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, between 0 and 10.