|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageResource
Test for ImageBundle optimizations.
Method Summary | |
---|---|
void |
applyTo(com.google.gwt.user.client.ui.Image image)
Transforms an existing Image into the image represented by this
prototype. |
com.google.gwt.user.client.ui.Image |
createImage()
Creates a new Image instance based on the image represented by this
prototype. |
java.lang.String |
getHTML()
Gets an HTML fragment that displays the image represented by this prototype. |
Methods inherited from interface com.google.gwt.libideas.resources.client.ResourcePrototype |
---|
getName |
Method Detail |
---|
void applyTo(com.google.gwt.user.client.ui.Image image)
Image
into the image represented by this
prototype.
image
- the instance to be transformed to match this prototypecom.google.gwt.user.client.ui.Image createImage()
Image
instance based on the image represented by this
prototype.
Image
based on this prototypejava.lang.String getHTML()
<img>
element. It may be a more complex structure that
should be treated opaquely.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |