|
|||||||||
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.DrawingControlOptions
public class DrawingControlOptions
Options for the rendering of the drawing control. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
DrawingControlOptions()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static DrawingControlOptions |
create()
|
void |
setDrawingModes(
The drawing modes to display in the drawing control, in the order in which they are to be displayed. |
void |
setPosition(ControlPosition position)
Position id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DrawingControlOptions()
Method Detail |
---|
public static final DrawingControlOptions create()
public final void setDrawingModes(drawingModes)
[MARKER, POLYLINE, RECTANGLE, CIRCLE, POLYGON]
.
public final void setPosition(ControlPosition position)
TOP_LEFT
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |