|
Follow us on GitHub |
|||||||||
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.layers.FusionTablesLayerOptions
public class FusionTablesLayerOptions
This object defines the properties that can be set on a FusionTablesLayer object.
See FusionTablesLayerOptions API Doc
Constructor Summary | |
---|---|
protected |
FusionTablesLayerOptions()
use newInstance(); |
Method Summary | |
---|---|
boolean |
getClickable()
gets If true, the layer receives mouse events. |
FusionTableHeatmap |
getHeatmap()
gets Options which define the appearance of the layer as a heatmap. |
MapWidget |
getMap()
Returns the map on which this layer is displayed. |
FusionTablesQuery |
getQuery()
gets Options defining the data to display. |
JsArray<FusionTablesStyle> |
getStyles()
gets An array of up to 5 style specifications, which control the appearance of features within the layer. |
boolean |
getSuppressInfoWindows()
gets Suppress the rendering of info windows when layer features are clicked. |
static FusionTablesLayerOptions |
newInstance()
creates - This object defines the properties that can be set on a FusionTablesLayer object. |
void |
setClickable(boolean clickable)
sets If true, the layer receives mouse events. |
void |
setHeatmap(FusionTableHeatmap heatmap)
sets Options which define the appearance of the layer as a heatmap. |
void |
setMap(MapWidget mapWidget)
Renders the layer on the specified map. |
void |
setQuery(FusionTablesQuery query)
sets Options defining the data to display. |
void |
setStyles(JsArray<FusionTablesStyle> styles)
sets An array of up to 5 style specifications, which control the appearance of features within the layer. |
void |
setSuppressInfoWindows(boolean suppressInfoWindows)
sets Suppress the rendering of info windows when layer features are clicked. |
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 FusionTablesLayerOptions()
Method Detail |
---|
public static final FusionTablesLayerOptions newInstance()
public final void setClickable(boolean clickable)
clickable
- public final boolean getClickable()
public final void setHeatmap(FusionTableHeatmap heatmap)
heatmap
- public final FusionTableHeatmap getHeatmap()
public final void setMap(MapWidget mapWidget)
mapWidget
- public final MapWidget getMap()
public final void setQuery(FusionTablesQuery query)
query
- public final FusionTablesQuery getQuery()
public final void setStyles(JsArray<FusionTablesStyle> styles)
styles
- public final JsArray<FusionTablesStyle> getStyles()
public final void setSuppressInfoWindows(boolean suppressInfoWindows)
suppressInfoWindows
- public final boolean getSuppressInfoWindows()
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |