| Package | Description |
|---|---|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Modifier and Type | Method and Description |
|---|---|
static URLImage |
URLImage.createToFileSystem(EncodedImage placeholder,
String file,
String url,
URLImage.ImageAdapter adapter)
Creates an image the will be downloaded on the fly as necessary
|
static URLImage |
URLImage.createToStorage(EncodedImage placeholder,
String storageFile,
String url)
Creates an image the will be downloaded on the fly as necessary with RESIZE_SCALE_TO_FILL as
the default behavior
|
static URLImage |
URLImage.createToStorage(EncodedImage placeholder,
String storageFile,
String url,
URLImage.ImageAdapter adapter)
Creates an image the will be downloaded on the fly as necessary
|
| Modifier and Type | Method and Description |
|---|---|
void |
URLImage.ErrorCallback.onError(URLImage source,
Exception err) |
Copyright © 2022. All rights reserved.