| Package | Description |
|---|---|
| com.sun.javafx.iio |
Provides image loading capability for Java FX.
|
| com.sun.javafx.iio.bmp | |
| 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.javafx.tk.quantum | |
| com.sun.javafx.webkit.prism | |
| 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.
|
private static ImageFrame[] |
ImageStorage.loadAll(ImageLoader loader,
int width,
int height,
boolean preserveAspectRatio,
float pixelScale,
boolean smooth) |
static ImageFrame[] |
ImageStorage.loadAll(java.io.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(java.lang.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 |
|---|---|
ImageFrame |
BMPImageLoader.load(int imageIndex,
int width,
int height,
boolean preserveAspectRatio,
boolean smooth) |
| 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 |
|---|---|
private ImageFrame |
PNGImageLoader2.decodePalette(byte[] srcImage,
ImageMetadata metadata) |
ImageFrame |
PNGImageLoader2.load(int imageIndex,
int rWidth,
int rHeight,
boolean preserveAspectRatio,
boolean smooth) |
| Modifier and Type | Method and Description |
|---|---|
private void |
PrismImageLoader2.convertAll(ImageFrame[] imgFrames) |
| Modifier and Type | Field and Description |
|---|---|
private ImageFrame[] |
WCImageDecoderImpl.frames |
| Modifier and Type | Method and Description |
|---|---|
private ImageFrame |
WCImageDecoderImpl.getImageFrame(int idx) |
private ImageFrame[] |
WCImageDecoderImpl.loadFrames() |
private ImageFrame[] |
WCImageDecoderImpl.loadFrames(java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
private PrismImage |
WCImageDecoderImpl.getPrismImage(int idx,
ImageFrame frame) |
private void |
WCImageDecoderImpl.setFrames(ImageFrame[] frames) |
| Constructor and Description |
|---|
WCImageImpl(ImageFrame frame) |
| Modifier and Type | Method and Description |
|---|---|
static Image |
Image.convertImageFrame(ImageFrame frame) |