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

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

public class DemographicsPropertyStyle
extends JavaScriptObject

Advanced styling for color fields in the DemographicsLayer . THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected DemographicsPropertyStyle()
          Protected constructor avoids default public constructor.
 
Method Summary
 java.lang.String getExpression()
          The expression used to determine the value that determines how to style a region.
 JsArray getGradient()
          The sequence of colors that are mapped to the range of values for selected regions.
 double getMax()
          The maximum of the range of expression values across which the gradient of colors is mapped.
 double getMin()
          The minimum of the range of expression values across which the gradient of colors is mapped.
 void setExpression(java.lang.String expression)
          The expression used to determine the value that determines how to style a region.
 void setGradient(JsArray gradient)
          The sequence of colors that are mapped to the range of values for selected regions.
 void setMax(double max)
          The maximum of the range of expression values across which the gradient of colors is mapped.
 void setMin(double min)
          The minimum of the range of expression values across which the gradient of colors is mapped.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemographicsPropertyStyle

protected DemographicsPropertyStyle()
Protected constructor avoids default public constructor.

Method Detail

getExpression

public final java.lang.String getExpression()
The expression used to determine the value that determines how to style a region.


getGradient

public final JsArray getGradient()
The sequence of colors that are mapped to the range of values for selected regions.


getMax

public final double getMax()
The maximum of the range of expression values across which the gradient of colors is mapped.


getMin

public final double getMin()
The minimum of the range of expression values across which the gradient of colors is mapped.


setExpression

public final void setExpression(java.lang.String expression)
The expression used to determine the value that determines how to style a region.


setGradient

public final void setGradient(JsArray gradient)
The sequence of colors that are mapped to the range of values for selected regions.


setMax

public final void setMax(double max)
The maximum of the range of expression values across which the gradient of colors is mapped.


setMin

public final void setMin(double min)
The minimum of the range of expression values across which the gradient of colors is mapped.