|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.FusionTablesStyle
public class FusionTablesStyle
Controls the appearance of a set of features within a
FusionTablesLayer
. Features which match the provided SQL predicate will be styled with
the supplied options.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
FusionTablesStyle()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
FusionTablesMarkerOptions |
getMarkerOptions()
Options which control the appearance of point features. |
FusionTablesPolygonOptions |
getPolygonOptions()
Options which control the appearance of polygons. |
FusionTablesPolylineOptions |
getPolylineOptions()
Options which control the appearance of polylines. |
java.lang.String |
getWhere()
The SQL predicate to be applied to the layer. |
void |
setMarkerOptions(FusionTablesMarkerOptions markerOptions)
Options which control the appearance of point features. |
void |
setPolygonOptions(FusionTablesPolygonOptions polygonOptions)
Options which control the appearance of polygons. |
void |
setPolylineOptions(FusionTablesPolylineOptions polylineOptions)
Options which control the appearance of polylines. |
void |
setWhere(java.lang.String where)
The SQL predicate to be applied to the layer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected FusionTablesStyle()
Method Detail |
---|
public final FusionTablesMarkerOptions getMarkerOptions()
public final FusionTablesPolygonOptions getPolygonOptions()
public final FusionTablesPolylineOptions getPolylineOptions()
public final java.lang.String getWhere()
public final void setMarkerOptions(FusionTablesMarkerOptions markerOptions)
public final void setPolygonOptions(FusionTablesPolygonOptions polygonOptions)
public final void setPolylineOptions(FusionTablesPolylineOptions polylineOptions)
public final void setWhere(java.lang.String where)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |