javafx.ui
Image
Extends: Icon
An implementation of the Icon interface that paints Icons
from Images. Images are created from a URL
Attributes
- public baseURL: String?
- public downloadProgress: function(Number,Number):*
- protected image: java.awt.Image?
- private notifier: net.java.javafx.ui.ImageLoadingNotifier
- public onLoad: function():*
- public preloadIfLocal: Boolean?
- public size: java.awt.Dimension?
- public stretch: Stretch?
- public stretchDirection: StretchDirection?
- public totalDownloadSize: Number
- public totalDownloaded: Number
- public url: String?
Operations/Functions
- private getImage0()
- public getURL(): java.net.URL
- private installListener()