Allocates a new ImageView object with image loaded from the specified URL.
The new ImageView(url)
has the same effect as
new ImageView(new Image(url))
.
url | the string representing the URL from which to load the image |
NullPointerException | if URL is null | |
IllegalArgumentException | if URL is invalid or unsupported |
Diagram: Image