Java com.google.gwt.maps.client.overlay Icon fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.overlay Icon fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.overlay Icon.

The text is from its open source code.

Field

Method

IconnewInstance()
Construct a new Icon object.
IconnewInstance(Icon icon)
Construct an icon from an existing Icon object.
IconnewInstance(String imageUrl)
Construct an icon from an image loaded from a URL.
voidsetIconAnchor(Point anchor)
Sets the pixel coordinate relative to the top left corner of the icon image at which this icon is anchored to the map.
voidsetIconSize(Size size)
Sets the pixel size of the foreground image of the icon.
voidsetImageMap(int[] imageMap)
Sets the clickable part of the icon image in browsers other than Internet Explorer.
voidsetImageMap(JsArrayInteger imageMap)
Sets the clickable part of the icon image in browsers other than Internet Explorer.
voidsetImageURL(String url)
Sets the foreground image URL of the icon.
voidsetInfoWindowAnchor(Point anchor)
Sets the pixel coordinate relative to the top left corner of the icon image at which the info window is anchored to this icon.
voidsetMozPrintImageURL(String url)
Sets the URL of the foreground icon image used for printed maps in Firefox/Mozilla.
voidsetPrintImageURL(String url)
Sets the URL of the foreground icon image used for printed maps.
voidsetShadowSize(Size size)
Sets the pixel size of the shadow image.
voidsetShadowURL(String url)
Sets the shadow image URL of the icon.
voidsetTransparentImageURL(String url)
The URL of a virtually transparent version of the foreground icon image used to capture click events in Internet Explorer.