Package | Description |
---|---|
com.sun.javafx.tk | |
com.sun.javafx.tk.quantum |
Modifier and Type | Method and Description |
---|---|
abstract ImageLoader |
Toolkit.loadImage(InputStream stream,
int width,
int height,
boolean preserveRatio,
boolean smooth) |
ImageLoader |
DummyToolkit.loadImage(InputStream stream,
int width,
int height,
boolean preserveRatio,
boolean smooth) |
abstract ImageLoader |
Toolkit.loadImage(String url,
int width,
int height,
boolean preserveRatio,
boolean smooth) |
ImageLoader |
DummyToolkit.loadImage(String url,
int width,
int height,
boolean preserveRatio,
boolean smooth) |
abstract ImageLoader |
Toolkit.loadPlatformImage(Object platformImage) |
ImageLoader |
DummyToolkit.loadPlatformImage(Object platformImage) |
Modifier and Type | Method and Description |
---|---|
abstract AsyncOperation |
Toolkit.loadImageAsync(AsyncOperationListener<? extends ImageLoader> listener,
String url,
int width,
int height,
boolean preserveRatio,
boolean smooth) |
AsyncOperation |
DummyToolkit.loadImageAsync(AsyncOperationListener<? extends ImageLoader> listener,
String url,
int width,
int height,
boolean preserveRatio,
boolean smooth) |
Modifier and Type | Method and Description |
---|---|
ImageLoader |
QuantumToolkit.loadImage(InputStream stream,
int width,
int height,
boolean preserveRatio,
boolean smooth) |
ImageLoader |
QuantumToolkit.loadImage(String url,
int width,
int height,
boolean preserveRatio,
boolean smooth) |
ImageLoader |
QuantumToolkit.loadPlatformImage(Object platformImage) |
Modifier and Type | Method and Description |
---|---|
AbstractRemoteResource<? extends ImageLoader> |
QuantumToolkit.loadImageAsync(AsyncOperationListener listener,
String url,
int width,
int height,
boolean preserveRatio,
boolean smooth) |
Copyright © 2020. All rights reserved.