All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.javafx.scene.image.ImageView.dml Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version



    The ImageView is a Node used for painting images loaded with Image class.

]]>
The height of the bounding box within which the source image is resized as necessary to fit.

]]>
The width of the bounding box within which the source image is resized as necessary to fit.

]]>
The Image to be painted by this ImageView.

]]>
Indicates whether to preserve the aspect ratio of the source image when scaling to fit the image within the fitting bounding box.

]]>
Indicates whether to use a better quality filtering algorithm or a faster one when transforming or scaling the source image to fit within the bounding box provided by fitWidth and fitHeight.

]]>
The rectangular viewport into the image.

]]>
The current x coordinate of the ImageView origin.

]]>
The current y coordinate of the ImageView origin.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy