|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.drawing.OverlayType
public class OverlayType
The types of overlay that may be created by the
DrawingManager
.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Field Summary | |
---|---|
static OverlayType |
CIRCLE
Specifies that the DrawingManager
creates circles, and that the overlay given in the
overlaycomplete
event is a circle. |
static OverlayType |
MARKER
Specifies that the DrawingManager
creates markers, and that the overlay given in the
overlaycomplete
event is a marker. |
static OverlayType |
POLYGON
Specifies that the DrawingManager
creates polygons, and that the overlay given in the
overlaycomplete
event is a polygon. |
static OverlayType |
POLYLINE
Specifies that the DrawingManager
creates polylines, and that the overlay given in the
overlaycomplete
event is a polyline. |
static OverlayType |
RECTANGLE
Specifies that the DrawingManager
creates rectangles, and that the overlay given in the
overlaycomplete
event is a rectangle. |
Constructor Summary | |
---|---|
protected |
OverlayType()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static OverlayType |
fromValue(java.lang.String value)
Access the enum instance using the underlying value of the type. |
java.lang.String |
getValue()
Access the underlying value of the type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final OverlayType CIRCLE
DrawingManager
creates circles, and that the overlay given in the
overlaycomplete
event is a circle.
public static final OverlayType MARKER
DrawingManager
creates markers, and that the overlay given in the
overlaycomplete
event is a marker.
public static final OverlayType POLYGON
DrawingManager
creates polygons, and that the overlay given in the
overlaycomplete
event is a polygon.
public static final OverlayType POLYLINE
DrawingManager
creates polylines, and that the overlay given in the
overlaycomplete
event is a polyline.
public static final OverlayType RECTANGLE
DrawingManager
creates rectangles, and that the overlay given in the
overlaycomplete
event is a rectangle.
Constructor Detail |
---|
protected OverlayType()
Method Detail |
---|
public static final OverlayType fromValue(java.lang.String value)
public final java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |