Follow us on GitHub

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

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

public class FusionTablesPolylineOptions
extends JavaScriptObject

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

FusionTablesPolylineOptions

protected FusionTablesPolylineOptions()
use newInstance();

Method Detail

newInstance

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


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.