|
|||||||||
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.DemographicsStyle
public class DemographicsStyle
Defines the styling of a set of regions shown by a
DemographicsLayer
.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
DemographicsStyle()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
DemographicsPolygonOptions |
getPolygonOptions()
Defines the styling applied to the region polygons selected by this styling rule. |
java.lang.String |
getWhere()
Expression that defines the regions to which this style rule applies. |
void |
setPolygonOptions(DemographicsPolygonOptions polygonOptions)
Defines the styling applied to the region polygons selected by this styling rule. |
void |
setWhere(java.lang.String where)
Expression that defines the regions to which this style rule applies. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DemographicsStyle()
Method Detail |
---|
public final DemographicsPolygonOptions getPolygonOptions()
public final java.lang.String getWhere()
public final void setPolygonOptions(DemographicsPolygonOptions polygonOptions)
public final void setWhere(java.lang.String where)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |