Package | Description |
---|---|
com.sun.javafx.runtime.async | |
com.sun.javafx.tk |
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,
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) |
Copyright © 2020. All rights reserved.