|
|||||||||
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.DemographicsPropertyStyle
public class DemographicsPropertyStyle
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 |
---|
protected DemographicsPropertyStyle()
Method Detail |
---|
public final java.lang.String getExpression()
public final JsArray getGradient()
public final double getMax()
public final double getMin()
public final void setExpression(java.lang.String expression)
public final void setGradient(JsArray gradient)
public final void setMax(double max)
public final void setMin(double min)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |