Package | Description |
---|---|
com.sun.javafx.iio |
Provides image loading capability for Java FX.
|
com.sun.javafx.iio.common | |
com.sun.javafx.iio.gif | |
com.sun.javafx.iio.png | |
com.sun.javafx.tk.quantum | |
com.sun.javafx.webkit.prism |
Modifier and Type | Field and Description |
---|---|
private ImageMetadata |
ImageFrame.metadata |
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,
java.nio.ByteBuffer imageData,
int width,
int height,
int stride,
byte[][] palette,
float pixelScale,
ImageMetadata metadata)
Create an
ImageFrame . |
ImageFrame(ImageStorage.ImageType imageType,
java.nio.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) |
Modifier and Type | Method and Description |
---|---|
private ImageMetadata |
GIFImageLoader2.updateMetadata(int w,
int h,
int delayTime) |
Modifier and Type | Method and Description |
---|---|
private ImageFrame |
PNGImageLoader2.decodePalette(byte[] srcImage,
ImageMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
void |
PrismImageLoader2.PrismLoadListener.imageLoadMetaData(ImageLoader loader,
ImageMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
private ImageMetadata |
WCImageDecoderImpl.getFrameMetadata(int idx) |