public Image (String url, boolean backgroundLoading)

Construct a new Image with the specified parameters.

Parameters:
url    the string representing the URL to use in fetching the pixel data
backgroundLoading    indicates whether the image is being loaded in the background

Exceptions:
NullPointerException    if URL is null
IllegalArgumentException    if URL is invalid or unsupported