Class FxMutableImage

All Implemented Interfaces:
Image, Storable, FxImage, RenderedImage, WritableRenderedImage, Transparency

public final class FxMutableImage extends MutableImage implements FxImage
The FxBufferedImage class represents an image that integrates JavaFX and AWT components. It is a subclass of BufferedImage and implements the Image interface. This class provides the functionality to link a JavaFX Image with a BufferedImage that shares the same underlying data buffer, enabling seamless interoperability between these two image representations.
  • Method Details

    • fxImage

      public javafx.scene.image.Image fxImage()
      Retrieves the JavaFX Image instance associated with this FxBufferedImage.
      Specified by:
      fxImage in interface FxImage
      Returns:
      the JavaFX Image instance that is backed by the same pixel data as this FxBufferedImage.