Package javafx.scene.image
package javafx.scene.image
- 
ClassDescriptionThe
Imageclass represents graphical images and is used for loading images from a specified URL.PixelFormat<T extends Buffer>APixelFormatobject defines the layout of data for a pixel of a given format.An enum describing the in-array storage format of a single pixel managed by aPixelFormat.This interface defines methods for retrieving the pixel data from anImageor other surface containing pixels.This interface defines methods for writing the pixel data of aWritableImageor other surface containing writable pixels.WritablePixelFormat<T extends Buffer>APixelFormatobject representing a pixel format that can store full colors and so can be used as a destination format to write pixel data from an arbitrary image.