Provides the set of classes for loading and displaying images.
javafx.scene.image.Image
class is used to load images
(synchronously or asynchronously). Image can be resized as it is loaded and
the resizing can be performed with specified filtering quality and
with an option of preserving image's original aspect ratio.
javafx.scene.image.ImageView
is a Node
used
for displaying images loaded with Image
class.
It allows displaying a dynamically scaled and/or cropped view of the source
image. The scaling can be performed with specified filtering quality and
with an option of preserving image's original aspect ratio.