[11:7] extends: Node
Represents a JavaFX ImageView, a component for displaying images. The ImageView class supports setting an image via an Image object, URL string, or null.
ImageView (Image = null
)
Creates a new ImageView object with either an Image object, a string URL, or null for no image.
Image
An Image object, URL string, or null.this
objectsetImage (object Image
)
Sets the image for the ImageView.
Image
An Image object to display in the ImageView.this
object for chaining