Package | Description |
---|---|
com.sun.javafx.runtime.async | |
com.sun.javafx.tk | |
com.sun.javafx.tk.quantum | |
javafx.scene.image |
Provides the set of classes for loading and displaying images.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsyncOperation<V>
AbstractAsyncOperation.
|
class |
AbstractRemoteResource<T>
Abstract base class for representing remote resources identified by a URL.
|
Modifier and Type | Method and Description |
---|---|
abstract AsyncOperation |
Toolkit.loadImageAsync(AsyncOperationListener<? extends ImageLoader> listener,
java.lang.String url,
int width,
int height,
boolean preserveRatio,
boolean smooth) |
AsyncOperation |
DummyToolkit.loadImageAsync(AsyncOperationListener<? extends ImageLoader> listener,
java.lang.String url,
int width,
int height,
boolean preserveRatio,
boolean smooth) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
PrismImageLoader2.AsyncImageLoader |
Modifier and Type | Field and Description |
---|---|
private AsyncOperation |
Image.ImageTask.peer |
Modifier and Type | Method and Description |
---|---|
private AsyncOperation |
Image.ImageTask.constructPeer() |
private static AsyncOperation |
Image.loadImageAsync(AsyncOperationListener<? extends ImageLoader> listener,
java.lang.String url,
double width,
double height,
boolean preserveRatio,
boolean smooth) |