Java com.google.gwt.resources.client ImageResource fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Implementation

com.google.gwt.resources.client.ImageResource has the following implementations.
Click this link to see all its implementation.

Constructor

Method

intgetHeight()
Returns the height of the image.
intgetLeft()
Returns the horizontal position of the image within the composite image.
SafeUrigetSafeUri()
Returns the URL for the composite image that contains the ImageResource.
intgetTop()
Returns the vertical position of the image within the composite image.
StringgetURL()
Returns the URL for the composite image that contains the ImageResource.
intgetWidth()
Returns the width of the image.