Java com.google.gwt.search.client ImageResult fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.search.client ImageResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.search.client ImageResult.

The text is from its open source code.

Method

intgetHeight()
Returns the height of the image in pixels.
StringgetOriginalContextUrl()
Returns the URL of the page containing the image.
intgetThumbnailHeight()
Returns the height in pixels of the image thumbnail.
StringgetThumbnailUrl()
Returns the URL of a thumbnail image.
intgetThumbnailWidth()
Returns the width in pixels of the image thumbnail.
StringgetUrl()
Returns an escaped version of the URL.
intgetWidth()
Returns the width of the image in pixels.