Follow us on GitHub

com.google.gwt.maps.client.layers
Class FusionTablesPolygonOptions

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

public class FusionTablesPolygonOptions
extends JavaScriptObject

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

FusionTablesPolygonOptions

protected FusionTablesPolygonOptions()
use newInstance();

Method Detail

newInstance

public static final FusionTablesPolygonOptions newInstance()
Options which control the appearance of polygons in a FusionTablesLayer.


setFillColor

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

Parameters:
fillColor -

getFillColor

public final String getFillColor()
gets The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g. #00AAFF).


setFillOpacity

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

Parameters:
fillOpacity -

getFillOpacity

public final double getFillOpacity()
gets The fill opacity between 0.0 and 1.0.


setStrokeColor

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

Parameters:
strokeColor -

getStrokeColor

public final String getStrokeColor()
gets The fill color, defined by a six-digit hexadecimal number in RRGGBB format (e.g. #00AAFF).


setStrokeOpacity

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

Parameters:
strokeOpacity -

getStrokeOpacity

public final double getStrokeOpacity()
gets The stroke opacity between 0.0 and 1.0.


setStrokeWeight

public final void setStrokeWeight(int strokeWeight)
sets The stroke width in pixels, between 0 and 10.

Parameters:
strokeWeight -

getStrokeWeight

public final int getStrokeWeight()
gets The stroke width in pixels, between 0 and 10.



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.