|
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.DrawingManagerOptions
public class DrawingManagerOptions
Options for the drawing manager.
See DrawingManagerOptions API Doc
Constructor Summary | |
---|---|
protected |
DrawingManagerOptions()
use newInstance(); |
Method Summary | |
---|---|
CircleOptions |
getCircleOptions()
Options to apply to any new circles created with this DrawingManager. |
boolean |
getDrawingControl()
The enabled/disabled state of the drawing control. |
DrawingControlOptions |
getDrawingControlOptions()
The display options for the drawing control. |
MapWidget |
getMap()
The Map to which the DrawingManager is attached, which is the Map on which the overlays created will be placed. |
MarkerOptions |
getMarkerOptions()
Options to apply to any new markers created with this DrawingManager. |
PolygonOptions |
getPolygonOptions()
Options to apply to any new polygons created with this DrawingManager. |
PolylineOptions |
getPolylineOptions()
Options to apply to any new polylines created with this DrawingManager. |
RectangleOptions |
getRectangleOptions()
Options to apply to any new rectangles created with this DrawingManager. |
static DrawingManagerOptions |
newInstance()
Options for the drawing manager. |
void |
setCircleOptions(CircleOptions circleOptions)
Options to apply to any new circles created with this DrawingManager. |
void |
setDrawingControl(boolean drawingControl)
The enabled/disabled state of the drawing control. |
void |
setDrawingControlOptions(DrawingControlOptions drawingControlOptions)
The display options for the drawing control. |
void |
setDrawingMode(OverlayType drawingMode)
The DrawingManager's drawing mode, which defines the type of overlay to be added on the map. |
void |
setMap(MapWidget mapWidget)
The Map to which the DrawingManager is attached, which is the Map on which the overlays created will be placed. |
void |
setMarkerOptions(MarkerOptions markerOptions)
Options to apply to any new markers created with this DrawingManager. |
void |
setPolygonOptions(PolygonOptions polygonOptions)
Options to apply to any new polygons created with this DrawingManager. |
void |
setPolylineOptions(PolylineOptions polylineOptions)
Options to apply to any new polylines created with this DrawingManager. |
void |
setRectangleOptions(RectangleOptions rectangleOptions)
Options to apply to any new rectangles created with this DrawingManager. |
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 DrawingManagerOptions()
Method Detail |
---|
public static final DrawingManagerOptions newInstance()
public final void setCircleOptions(CircleOptions circleOptions)
circleOptions
- public final CircleOptions getCircleOptions()
public final void setDrawingControl(boolean drawingControl)
drawingControl
- public final boolean getDrawingControl()
public final void setDrawingControlOptions(DrawingControlOptions drawingControlOptions)
drawingControlOptions
- public final DrawingControlOptions getDrawingControlOptions()
public final void setDrawingMode(OverlayType drawingMode)
drawingMode
- public final MapWidget getMap()
public final void setMap(MapWidget mapWidget)
mapWidget
- public final void setMarkerOptions(MarkerOptions markerOptions)
markerOptions
- public final MarkerOptions getMarkerOptions()
public final void setPolygonOptions(PolygonOptions polygonOptions)
polygonOptions
- public final PolygonOptions getPolygonOptions()
public final void setPolylineOptions(PolylineOptions polylineOptions)
polylineOptions
- public final PolylineOptions getPolylineOptions()
public final void setRectangleOptions(RectangleOptions rectangleOptions)
rectangleOptions
- public final RectangleOptions getRectangleOptions()
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |