public static class GWTFixImage.IE8ConditionalImageRenderer extends Object implements GWTFixImage.ConditionalImageRenderer
| Constructor and Description |
|---|
GWTFixImage.IE8ConditionalImageRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
renderImage(com.google.gwt.user.client.ui.Image image,
int left,
int top,
int width,
int height) |
void |
renderImage(com.google.gwt.user.client.ui.Image image,
com.google.gwt.safehtml.shared.SafeUri url,
int left,
int top,
int width,
int height) |
void |
renderImage(com.google.gwt.user.client.ui.Image image,
String url,
int left,
int top,
int width,
int height) |
public GWTFixImage.IE8ConditionalImageRenderer()
public void renderImage(com.google.gwt.user.client.ui.Image image,
String url,
int left,
int top,
int width,
int height)
renderImage in interface GWTFixImage.ConditionalImageRendererimage - the image itself.url - the url to set.left - position.top - position.width - width.height - height.public void renderImage(com.google.gwt.user.client.ui.Image image,
com.google.gwt.safehtml.shared.SafeUri url,
int left,
int top,
int width,
int height)
renderImage in interface GWTFixImage.ConditionalImageRendererimage - the image itself.url - the url to set.left - position.top - position.width - width.height - height.public void renderImage(com.google.gwt.user.client.ui.Image image,
int left,
int top,
int width,
int height)
renderImage in interface GWTFixImage.ConditionalImageRendererimage - the image itself.left - position.top - position.width - width.height - height.Copyright © 2015. All rights reserved.