|
Follow us on GitHub |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||