| java.lang.Object javax.swing.text.html.BackgroundImageLoader
BackgroundImageLoader | class BackgroundImageLoader implements ImageObserver(Code) | | Loads an image asynchronously, that is in another thread.
|
desiredHeight | final int desiredHeight(Code) | | |
desiredWidth | final int desiredWidth(Code) | | |
BackgroundImageLoader | BackgroundImageLoader(URL url, boolean synchronous, int desiredWidth, int desiredHeight)(Code) | | |
getHeight | final public int getHeight()(Code) | | |
getWidth | final public int getWidth()(Code) | | |
imageUpdate | public boolean imageUpdate(Image image, int flags, int x, int y, int width, int height)(Code) | | |
isError | final public boolean isError()(Code) | | |
isReady | final public boolean isReady()(Code) | | |
onError | protected void onError()(Code) | | |
onReady | protected void onReady()(Code) | | |
waitForImage | final public void waitForImage()(Code) | | |
|
|