Class WritablePixelFormat<T extends Buffer>

java.lang.Object
javafx.scene.image.PixelFormat<T>
javafx.scene.image.WritablePixelFormat<T>
Type Parameters:
T - the type of the buffer

public abstract class WritablePixelFormat<T extends Buffer> extends PixelFormat<T>
A PixelFormat object 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.
Since:
JavaFX 2.2