Follow us on GitHub

Uses of Class
com.google.gwt.maps.client.overlays.RectangleOptions

Packages that use RectangleOptions
com.google.gwt.maps.client.drawinglib   
com.google.gwt.maps.client.overlays   
 

Uses of RectangleOptions in com.google.gwt.maps.client.drawinglib
 

Methods in com.google.gwt.maps.client.drawinglib that return RectangleOptions
 RectangleOptions DrawingManagerOptions.getRectangleOptions()
          Options to apply to any new rectangles created with this DrawingManager.
 

Methods in com.google.gwt.maps.client.drawinglib with parameters of type RectangleOptions
 void DrawingManagerOptions.setRectangleOptions(RectangleOptions rectangleOptions)
          Options to apply to any new rectangles created with this DrawingManager.
 

Uses of RectangleOptions in com.google.gwt.maps.client.overlays
 

Methods in com.google.gwt.maps.client.overlays that return RectangleOptions
static RectangleOptions RectangleOptions.newInstance()
          creates Rectangle options
 

Methods in com.google.gwt.maps.client.overlays with parameters of type RectangleOptions
static Rectangle Rectangle.newInstance(RectangleOptions options)
          Create a rectangle using the passed RectangleOptions, which specify the bounds and style.
 void Rectangle.setOptions(RectangleOptions options)
          sets the Rectangle options
 



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.