| Package | Description |
|---|---|
| com.codename1.components |
Generic elaborate components that make use of both UI elements and storage.
|
| Modifier and Type | Method and Description |
|---|---|
static FileEncodedImage |
FileEncodedImage.create(String fileName,
InputStream i,
int width,
int height)
Creates an encoded image that maps to a local file thus allowing to
seamlessly fetch files as needed.
|
static FileEncodedImage |
FileEncodedImage.create(String fileName,
int width,
int height)
Creates an encoded image that maps to a local file thus allowing to
seamlessly fetch files as needed.
|
static FileEncodedImage |
FileEncodedImage.create(String fileName,
int width,
int height,
boolean keep)
Creates an encoded image that maps to a local file thus allowing to
seamlessly fetch files as needed.
|
Copyright © 2023. All rights reserved.