|
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.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.
See FusionTablesStyle API Doc
Constructor Summary | |
---|---|
protected |
FusionTablesStyle()
use newInstance(); |
Method Summary | |
---|---|
FusionTablesMarkerOptions |
getMarkerOptions()
gets Options which control the appearance of point features. |
FusionTablesPolygonOptions |
getPolygonOptions()
gets Options which control the appearance of polygons. |
FusionTablesPolylineOptions |
getPolylineOptions()
gets Options which control the appearance of polylines. |
String |
getWhere()
gets The SQL predicate to be applied to the layer. |
static FusionTablesStyle |
newInstance()
creates - Controls the appearance of a set of features within a FusionTablesLayer. |
void |
setMarkerOptions(FusionTablesMarkerOptions markerOptions)
sets Options which control the appearance of point features. |
void |
setPolygonOptions(FusionTablesPolygonOptions polygonOptions)
sets Options which control the appearance of polygons. |
void |
setPolylineOptions(FusionTablesPolylineOptions polylineOptions)
sets Options which control the appearance of polylines. |
void |
setWhere(String where)
sets The SQL predicate to be applied to the layer. |
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 FusionTablesStyle()
Method Detail |
---|
public static final FusionTablesStyle newInstance()
public final void setMarkerOptions(FusionTablesMarkerOptions markerOptions)
markerOptions
- public final FusionTablesMarkerOptions getMarkerOptions()
public final void setPolygonOptions(FusionTablesPolygonOptions polygonOptions)
polygonOptions
- public final FusionTablesPolygonOptions getPolygonOptions()
public final void setPolylineOptions(FusionTablesPolylineOptions polylineOptions)
polylineOptions
- public final FusionTablesPolylineOptions getPolylineOptions()
public final void setWhere(String where)
where
- public final String getWhere()
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |