Uses of Class
javafx.scene.image.PixelBuffer
| Package | Description | 
|---|---|
| javafx.scene.image | 
 Provides the set of classes for loading and displaying images. 
 | 
- 
Uses of PixelBuffer in javafx.scene.image
Method parameters in javafx.scene.image with type arguments of type PixelBuffer Modifier and Type Method Description voidPixelBuffer. updateBuffer(Callback<PixelBuffer<T>,Rectangle2D> callback)Invokes the specifiedCallbackmethod and updates the dirty region of allWritableImages that were created using thisPixelBuffer.Constructors in javafx.scene.image with parameters of type PixelBuffer Constructor Description WritableImage(PixelBuffer<? extends Buffer> pixelBuffer)Constructs aWritableImageusing the specifiedPixelBuffer.