public class DrawingControlOptions extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
DrawingControlOptions()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
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.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
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()
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.