| Package | Description |
|---|---|
| com.sun.javafx.iio |
Provides image loading capability for Java FX.
|
| com.sun.javafx.iio.common |
| Modifier and Type | Method and Description |
|---|---|
ImageMetadata |
ImageFrame.getMetadata() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageLoadListener.imageLoadMetaData(ImageLoader loader,
ImageMetadata metadata)
Invoked when the meta data of the loading image is ready.
|
| Constructor and Description |
|---|
ImageFrame(ImageStorage.ImageType imageType,
ByteBuffer imageData,
int width,
int height,
int stride,
byte[][] palette,
float pixelScale,
ImageMetadata metadata)
Create an
ImageFrame. |
ImageFrame(ImageStorage.ImageType imageType,
ByteBuffer imageData,
int width,
int height,
int stride,
byte[][] palette,
ImageMetadata metadata)
Create an
ImageFrame with a default 72DPI pixel scale. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ImageLoaderImpl.updateImageMetadata(ImageMetadata metadata) |
Copyright © 2025. All rights reserved.