|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PolygonOptions | |
---|---|
com.google.gwt.maps.client.drawinglib | |
com.google.gwt.maps.client.overlays |
Uses of PolygonOptions in com.google.gwt.maps.client.drawinglib |
---|
Methods in com.google.gwt.maps.client.drawinglib that return PolygonOptions | |
---|---|
PolygonOptions |
DrawingManagerOptions.getPolygonOptions()
Options to apply to any new polygons created with this DrawingManager. |
Methods in com.google.gwt.maps.client.drawinglib with parameters of type PolygonOptions | |
---|---|
void |
DrawingManagerOptions.setPolygonOptions(PolygonOptions polygonOptions)
Options to apply to any new polygons created with this DrawingManager. |
Uses of PolygonOptions in com.google.gwt.maps.client.overlays |
---|
Methods in com.google.gwt.maps.client.overlays that return PolygonOptions | |
---|---|
static PolygonOptions |
PolygonOptions.newInstance()
|
Methods in com.google.gwt.maps.client.overlays with parameters of type PolygonOptions | |
---|---|
static Polygon |
Polygon.newInstance(PolygonOptions options)
Create a polygon using the passed PolygonOptions, which specify the polygon's path, the stroke style for the polygon's edges, and the fill style for the polygon's interior regions. |
void |
Polygon.setOptions(PolygonOptions options)
set Options |
|
Follow us on GitHub |
|||||||||
PREV NEXT | FRAMES NO FRAMES |