Uses of Class
org.apache.pivot.wtk.media.Image.LoadTask
-
Packages that use Image.LoadTask Package Description org.apache.pivot.wtk.media Contains classes that provide multimedia support. -
-
Uses of Image.LoadTask in org.apache.pivot.wtk.media
Methods in org.apache.pivot.wtk.media that return Image.LoadTask Modifier and Type Method Description static Image.LoadTask
Image. load(java.net.URL location, TaskListener<Image> loadListener)
Load an image from the given URL location, in the background, and return a reference to the background task.
-