|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.visualization.DemographicsPolygonOptions
public class DemographicsPolygonOptions
Options which control the appearance of polygons in a
DemographicsLayer
.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
DemographicsPolygonOptions()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static DemographicsPolygonOptions |
create()
|
void |
setFillColor(java.lang.String fillColor)
The fill color, defined by a six-digit hexadecimal number in #RRGGBB format (e.g. |
void |
setFillColorStyle(DemographicsPropertyStyle fillColorStyle)
Advanced styling for fillColor. |
void |
setFillOpacity(double fillOpacity)
The fill opacity between 0.0 and 1.0. |
void |
setFillOpacityStyle(DemographicsPropertyStyle fillOpacityStyle)
Advanced styling for fillOpacity. |
void |
setStrokeColor(java.lang.String strokeColor)
The fill color, defined by a six-digit hexadecimal number in #RRGGBB format (e.g. |
void |
setStrokeColorStyle(DemographicsPropertyStyle strokeColorStyle)
Advanced styling for strokeColor. |
void |
setStrokeOpacity(double strokeOpacity)
The stroke opacity between 0.0 and 1.0. |
void |
setStrokeOpacityStyle(DemographicsPropertyStyle strokeOpacityStyle)
Advanced styling for strokeOpacity. |
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 |
---|
protected DemographicsPolygonOptions()
Method Detail |
---|
public static final DemographicsPolygonOptions create()
public final void setFillColor(java.lang.String fillColor)
#00AAFF
).
public final void setFillColorStyle(DemographicsPropertyStyle fillColorStyle)
public final void setFillOpacity(double fillOpacity)
public final void setFillOpacityStyle(DemographicsPropertyStyle fillOpacityStyle)
public final void setStrokeColor(java.lang.String strokeColor)
#00AAFF
).
public final void setStrokeColorStyle(DemographicsPropertyStyle strokeColorStyle)
public final void setStrokeOpacity(double strokeOpacity)
public final void setStrokeOpacityStyle(DemographicsPropertyStyle strokeOpacityStyle)
public final void setStrokeWeight(double strokeWeight)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |