Follow us on GitHub

Uses of Class
com.google.gwt.maps.client.base.Size

Packages that use Size
com.google.gwt.maps.client.base   
com.google.gwt.maps.client.events.fusiontablemouse   
com.google.gwt.maps.client.events.kmlmouse   
com.google.gwt.maps.client.events.panoramiomouse   
com.google.gwt.maps.client.maptypes   
com.google.gwt.maps.client.overlays   
com.google.gwt.maps.client.streetview   
 

Uses of Size in com.google.gwt.maps.client.base
 

Methods in com.google.gwt.maps.client.base that return Size
static Size Size.newInstance(double width, double height)
          creates Two-dimensional size, where width is the distance on the x-axis, and height is the distance on the y-axis.
static Size Size.newInstance(double width, double height, String widthUnit, String heightUnit)
          creates Two-dimensional size, where width is the distance on the x-axis, and height is the distance on the y-axis.
 

Methods in com.google.gwt.maps.client.base with parameters of type Size
 boolean Size.equals(Size other)
          Compares two Sizes.
 

Uses of Size in com.google.gwt.maps.client.events.fusiontablemouse
 

Methods in com.google.gwt.maps.client.events.fusiontablemouse that return Size
 Size FusionTablesMouseMapEvent.getPixelOffset()
          gets The offset to apply to an infowindow anchored on the clicked feature.
 

Uses of Size in com.google.gwt.maps.client.events.kmlmouse
 

Methods in com.google.gwt.maps.client.events.kmlmouse that return Size
 Size KmlMouseMapEvent.getPixelOffset()
          get The offset to apply to an infowindow anchored on the clicked feature.
 

Uses of Size in com.google.gwt.maps.client.events.panoramiomouse
 

Methods in com.google.gwt.maps.client.events.panoramiomouse that return Size
 Size PanoramioMouseMapEvent.getPixelOffset()
          gets The offset to apply to an infowindow anchored on the clicked feature.
 

Uses of Size in com.google.gwt.maps.client.maptypes
 

Methods in com.google.gwt.maps.client.maptypes that return Size
 Size ImageMapTypeOptions.getTileSize()
          gets The tile size.
 

Methods in com.google.gwt.maps.client.maptypes with parameters of type Size
 void ImageMapTypeOptions.setTileSize(Size size)
          sets The tile size.
 void MapType.setTileSize(Size tileSize)
          sets The dimensions of each tile.
 

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

Methods in com.google.gwt.maps.client.overlays that return Size
 Size InfoWindowOptions.getPixelOffset()
          gets The offset, in pixels, of the tip of the info window from the point on the map at whose geographical coordinates the info window is anchored.
 Size MarkerImage.getScaledSize()
          gets The size of the entire image after scaling, if any.
 Size MarkerImage.getSize()
          gets The display size of the sprite or image.
 

Methods in com.google.gwt.maps.client.overlays with parameters of type Size
static MarkerImage MarkerImage.newInstance(String url, Size size)
          creates A structure representing a Marker icon or shadow image.
static MarkerImage MarkerImage.newInstance(String url, Size size, Point origin)
          creates A structure representing a Marker icon or shadow image.
static MarkerImage MarkerImage.newInstance(String url, Size size, Point origin, Point anchor)
          creates A structure representing a Marker icon or shadow image.
static MarkerImage MarkerImage.newInstance(String url, Size size, Point origin, Point anchor, Size scaledSize)
          creates A structure representing a Marker icon or shadow image.
 void InfoWindowOptions.setPixelOffet(Size size)
          sets The offset, in pixels, of the tip of the info window from the point on the map at whose geographical coordinates the info window is anchored.
 void MarkerImage.setScaledSize(Size scaledSize)
          sets The size of the entire image after scaling, if any.
 void MarkerImage.setSize(Size size)
          sets The display size of the sprite or image.
 

Uses of Size in com.google.gwt.maps.client.streetview
 

Methods in com.google.gwt.maps.client.streetview that return Size
 Size StreetViewTileData.getTileSize()
          gets The size (in pixels) at which tiles will be rendered.
 Size StreetViewTileData.getWorldSize()
          gets The size (in pixels) of the whole panorama's "world".
 

Methods in com.google.gwt.maps.client.streetview with parameters of type Size
 void StreetViewTileData.setTileSize(Size tileSize)
          sets The size (in pixels) at which tiles will be rendered.
 void StreetViewTileData.setWorldSize(Size worldSize)
          sets The size (in pixels) of the whole panorama's "world".
 



Follow us on GitHub

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