com.google.maps.gwt.client.visualization
Class DemographicsStyle

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

public class DemographicsStyle
extends JavaScriptObject

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

DemographicsStyle

protected DemographicsStyle()
Protected constructor avoids default public constructor.

Method Detail

getPolygonOptions

public final DemographicsPolygonOptions getPolygonOptions()
Defines the styling applied to the region polygons selected by this styling rule.


getWhere

public final java.lang.String getWhere()
Expression that defines the regions to which this style rule applies.


setPolygonOptions

public final void setPolygonOptions(DemographicsPolygonOptions polygonOptions)
Defines the styling applied to the region polygons selected by this styling rule.


setWhere

public final void setWhere(java.lang.String where)
Expression that defines the regions to which this style rule applies.