| net.mygwt.ui.client.widget.PNGImage
PNGImage | public class PNGImage extends Image (Code) | | Image widget that overcomes PNG browser incompatabilities.
Implementation adapted from GWT Widget Library
(http://gwt-widget.sourceforge.net/).
|
Constructor Summary | |
public | PNGImage(String url) Creates a new image instance. | public | PNGImage(String url, int width, int height) Creates a new image instance. |
Method Summary | |
public void | setUrl(String url) Should not be used. |
PNGImage | public PNGImage(String url)(Code) | | Creates a new image instance.
Parameters: url - the url of the image |
PNGImage | public PNGImage(String url, int width, int height)(Code) | | Creates a new image instance.
Parameters: url - the url of the image Parameters: width - the width Parameters: height - the height |
setUrl | public void setUrl(String url)(Code) | | Should not be used. Throws a RuntimeException.
|
|
|