Interface FxImage

All Superinterfaces:
Image
All Known Implementing Classes:
FxBufferedImage, FxStandardImage

public interface FxImage extends Image
A record representing an image in JavaFX. This class implements the Image interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.scene.image.Image
    Get the JavaFX Image instance.

    Methods inherited from interface com.dua3.utility.data.Image

    getArgb, height, width
  • Method Details

    • fxImage

      javafx.scene.image.Image fxImage()
      Get the JavaFX Image instance.
      Returns:
      the JavaFX Image instance