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.ios | |
com.sun.javafx.iio.jpeg | |
com.sun.javafx.iio.png | |
com.sun.prism |
Modifier and Type | Method and Description |
---|---|
ImageFrame |
ImageLoader.load(int imageIndex,
int width,
int height,
boolean preserveAspectRatio,
boolean smooth)
Loads the image at a given index in an image stream.
|
static ImageFrame[] |
ImageStorage.loadAll(InputStream input,
ImageLoadListener listener,
int width,
int height,
boolean preserveAspectRatio,
float pixelScale,
boolean smooth)
Load all images present in the specified stream.
|
static ImageFrame[] |
ImageStorage.loadAll(String input,
ImageLoadListener listener,
int width,
int height,
boolean preserveAspectRatio,
float devPixelScale,
boolean smooth)
Load all images present in the specified input.
|
Modifier and Type | Method and Description |
---|---|
static ImageFrame |
ImageTools.convertImageFrame(ImageFrame frame) |
static ImageFrame |
ImageTools.scaleImageFrame(ImageFrame src,
int destWidth,
int destHeight,
boolean isSmooth) |
Modifier and Type | Method and Description |
---|---|
static ImageFrame |
ImageTools.convertImageFrame(ImageFrame frame) |
static ImageFrame |
ImageTools.scaleImageFrame(ImageFrame src,
int destWidth,
int destHeight,
boolean isSmooth) |
Modifier and Type | Method and Description |
---|---|
ImageFrame |
GIFImageLoader2.load(int imageIndex,
int width,
int height,
boolean preserveAspectRatio,
boolean smooth) |
Modifier and Type | Method and Description |
---|---|
ImageFrame |
IosImageLoader.load(int imageIndex,
int width,
int height,
boolean preserveAspectRatio,
boolean smooth) |
Modifier and Type | Method and Description |
---|---|
ImageFrame |
JPEGImageLoader.load(int imageIndex,
int width,
int height,
boolean preserveAspectRatio,
boolean smooth) |
Modifier and Type | Method and Description |
---|---|
ImageFrame |
PNGImageLoader2.load(int imageIndex,
int rWidth,
int rHeight,
boolean preserveAspectRatio,
boolean smooth) |
Modifier and Type | Method and Description |
---|---|
static Image |
Image.convertImageFrame(ImageFrame frame) |
Copyright © 2020. All rights reserved.