List of usage examples for com.google.gwt.resources.client.impl ImageResourcePrototype ImageResourcePrototype
public ImageResourcePrototype(String name, SafeUri url, int left, int top, int width, int height, boolean animated, boolean lossy)
From source file:com.sencha.gxt.core.client.util.IconHelper.java
License:sencha.com license
public static ImageResource getImageResource(SafeUri url, int width, int height) { return new ImageResourcePrototype(null, url, 0, 0, width, height, false, false); }