| Interface | Description |
|---|---|
| EntityImageRenderer |
Creates an image for a given entity.
|
| PropertyImageRenderer |
| Class | Description |
|---|---|
| AsyncImage |
Encapsulates an image that is loaded asynchronously.
|
| ClasspathImage |
An image that is loaded from the classpath.
|
| DefaultEntityImageRenderer |
Default renderer for rendering an Entity image.
|
| FileSystemImage |
An image loaded from file system storage.
|
| FirstCharEntityImageRenderer |
A renderer that renders the first letter of a given entity’s property in a nice colored circle.
|
| ImageContainer |
A that manages the loading of URLImages, application of mask (rect or roundrect), and proper sizing
according to the current layout manager.
|
| ImageUtil |
Utility functions for dealing with images.
|
| NetworkImage |
An image that is loaded over the network.
|
| ResourceImage |
An image that is loaded from a resource file.
|
| RoundImageRenderer | |
| RoundRectImageRenderer | |
| StorageImage |
An image that is loaded from storage.
|
| WrappedImage |
A wrapper for an
Image so that it can be used in places that require an AsyncImage. |
This class contains subclasses of AsyncImage
Copyright © 2022. All Rights Reserved.