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