|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.visualizationlib.HeatMapLayerOptions
public class HeatMapLayerOptions
This object defines the properties that can be set on a HeatmapLayer object.
See HeapMapLayerOptions API Doc
| Constructor Summary | |
|---|---|
protected |
HeatMapLayerOptions()
See newInstance() |
| Method Summary | |
|---|---|
MVCArray<LatLng> |
getData()
Get the data points to display. |
boolean |
getDissipating()
Get the dissipating property |
JsArrayString |
getGradient()
Get color gradient of the heatmap. |
MapWidget |
getMap()
Gets map layer is rendered to, or NULL if not associated with map. |
double |
getMaxIntensity()
Get maximum intensity |
double |
getOpacity()
Get layer opacity |
double |
getRadius()
Get data point influence in pixels. |
static HeatMapLayerOptions |
newInstance()
creates - This object defines the properties that can be set on a HeatmapLayer object. |
void |
setData(MVCArray<LatLng> dataPoints)
The data points to display. |
void |
setDissipating(boolean dissipating)
Specifies whether heatmaps dissipate on zoom. |
void |
setGradient(JsArrayString gradient)
The color gradient of the heatmap, specified as an array of CSS color strings. |
void |
setMap(MapWidget mapWidget)
Renders the heatmap on the specified map. |
void |
setMaxIntensity(double maxIntensity)
The maximum intensity of the heatmap. |
void |
setOpacity(double opacity)
The opacity of the heatmap, expressed as a number between 0 and 1. |
void |
setRadius(double radius)
The radius of influence for each data point, in pixels. |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected HeatMapLayerOptions()
newInstance()
| Method Detail |
|---|
public static final HeatMapLayerOptions newInstance()
public final void setData(MVCArray<LatLng> dataPoints)
dataPoints - public final MVCArray<LatLng> getData()
public final void setDissipating(boolean dissipating)
dissipating - enables/disables dissipatingpublic final boolean getDissipating()
public final void setGradient(JsArrayString gradient)
gradient - public final JsArrayString getGradient()
public final void setMap(MapWidget mapWidget)
mapWidget - public final MapWidget getMap()
public final void setMaxIntensity(double maxIntensity)
maxIntensity - public final double getMaxIntensity()
public final void setOpacity(double opacity)
opacity - [0-1]public final double getOpacity()
public final void setRadius(double radius)
radius - (pixels)public final double getRadius()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||