|
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.drawinglib.DrawingControlOptions
public class DrawingControlOptions
Options for the rendering of the drawing control.
See DrawingControlOptions API Doc
| Constructor Summary | |
|---|---|
protected |
DrawingControlOptions()
use newInstance(); |
| Method Summary | |
|---|---|
OverlayType[] |
getDrawingModes()
The drawing modes to display in the drawing control, in the order in which they are to be displayed. |
ControlPosition |
getPosition()
Position id. |
static DrawingControlOptions |
newInstance()
Options for the rendering of the drawing control. |
void |
setDrawingModes(OverlayType... overlayTypes)
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 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 DrawingControlOptions()
| Method Detail |
|---|
public static final DrawingControlOptions newInstance()
public final void setDrawingModes(OverlayType... overlayTypes)
overlayTypes - public final OverlayType[] getDrawingModes()
public final void setPosition(ControlPosition position)
position - public final ControlPosition getPosition()
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||