com.google.gwt.maps.client.impl
Interface PolygonImpl

All Superinterfaces:
JSFlyweightWrapper

public interface PolygonImpl
extends JSFlyweightWrapper

Wraps the GPolygon class from the Maps API using JSIO.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.maps.jsio.client.JSFlyweightWrapper
JSFlyweightWrapper.Util
 
Field Summary
static PolygonImpl impl
           
 
Method Summary
 com.google.gwt.core.client.JavaScriptObject construct(com.google.gwt.core.client.JsArray<LatLng> points)
           
 com.google.gwt.core.client.JavaScriptObject construct(com.google.gwt.core.client.JsArray<LatLng> points, java.lang.String strokeColor, int strokeWeight, double strokeOpacity, java.lang.String fillColor, double fillOpacity)
           
 com.google.gwt.core.client.JavaScriptObject construct(com.google.gwt.core.client.JsArray<LatLng> points, java.lang.String strokeColor, int strokeWeight, double strokeOpacity, java.lang.String fillColor, double fillOpacity, PolygonOptions options)
           
 void deleteVertex(com.google.gwt.core.client.JavaScriptObject jsoPeer, int index)
           
 void disableEditing(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 void enableDrawing(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 void enableDrawing(com.google.gwt.core.client.JavaScriptObject jsoPeer, PolyEditingOptions options)
           
 void enableEditing(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 void enableEditing(com.google.gwt.core.client.JavaScriptObject jsoPeer, PolyEditingOptions options)
           
 double getArea(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 LatLngBounds getBounds(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 LatLng getVertex(com.google.gwt.core.client.JavaScriptObject jsoPeer, int index)
           
 int getVertexCount(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 void hide(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 void insertVertex(com.google.gwt.core.client.JavaScriptObject jsoPeer, int index, LatLng latlng)
           
 boolean isHidden(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 void setFillStyle(com.google.gwt.core.client.JavaScriptObject jsoPeer, PolyStyleOptions style)
           
 void setStrokeStyle(com.google.gwt.core.client.JavaScriptObject jsoPeer, PolyStyleOptions style)
           
 void show(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 boolean supportsHide(com.google.gwt.core.client.JavaScriptObject jsoPeer)
           
 

Field Detail

impl

static final PolygonImpl impl
Method Detail

construct

@Constructor(value="$wnd.GPolygon")
com.google.gwt.core.client.JavaScriptObject construct(com.google.gwt.core.client.JsArray<LatLng> points)

construct

@Constructor(value="$wnd.GPolygon")
com.google.gwt.core.client.JavaScriptObject construct(com.google.gwt.core.client.JsArray<LatLng> points,
                                                                       java.lang.String strokeColor,
                                                                       int strokeWeight,
                                                                       double strokeOpacity,
                                                                       java.lang.String fillColor,
                                                                       double fillOpacity)

construct

@Constructor(value="$wnd.GPolygon")
com.google.gwt.core.client.JavaScriptObject construct(com.google.gwt.core.client.JsArray<LatLng> points,
                                                                       java.lang.String strokeColor,
                                                                       int strokeWeight,
                                                                       double strokeOpacity,
                                                                       java.lang.String fillColor,
                                                                       double fillOpacity,
                                                                       PolygonOptions options)

deleteVertex

void deleteVertex(com.google.gwt.core.client.JavaScriptObject jsoPeer,
                  int index)

disableEditing

void disableEditing(com.google.gwt.core.client.JavaScriptObject jsoPeer)

enableDrawing

void enableDrawing(com.google.gwt.core.client.JavaScriptObject jsoPeer)

enableDrawing

void enableDrawing(com.google.gwt.core.client.JavaScriptObject jsoPeer,
                   PolyEditingOptions options)

enableEditing

void enableEditing(com.google.gwt.core.client.JavaScriptObject jsoPeer)

enableEditing

void enableEditing(com.google.gwt.core.client.JavaScriptObject jsoPeer,
                   PolyEditingOptions options)

getArea

double getArea(com.google.gwt.core.client.JavaScriptObject jsoPeer)

getBounds

LatLngBounds getBounds(com.google.gwt.core.client.JavaScriptObject jsoPeer)

getVertex

LatLng getVertex(com.google.gwt.core.client.JavaScriptObject jsoPeer,
                 int index)

getVertexCount

int getVertexCount(com.google.gwt.core.client.JavaScriptObject jsoPeer)

hide

void hide(com.google.gwt.core.client.JavaScriptObject jsoPeer)

insertVertex

void insertVertex(com.google.gwt.core.client.JavaScriptObject jsoPeer,
                  int index,
                  LatLng latlng)

isHidden

boolean isHidden(com.google.gwt.core.client.JavaScriptObject jsoPeer)

setFillStyle

void setFillStyle(com.google.gwt.core.client.JavaScriptObject jsoPeer,
                  PolyStyleOptions style)

setStrokeStyle

void setStrokeStyle(com.google.gwt.core.client.JavaScriptObject jsoPeer,
                    PolyStyleOptions style)

show

void show(com.google.gwt.core.client.JavaScriptObject jsoPeer)

supportsHide

boolean supportsHide(com.google.gwt.core.client.JavaScriptObject jsoPeer)