Uses of Class
javafx.scene.image.PixelBuffer
Package
Description
Provides the set of classes for loading and displaying images.
-
Uses of PixelBuffer in javafx.scene.image
Modifier and TypeMethodDescriptionvoid
PixelBuffer.updateBuffer
(Callback<PixelBuffer<T>, Rectangle2D> callback) Invokes the specifiedCallback
method and updates the dirty region of allWritableImage
s that were created using thisPixelBuffer
.ModifierConstructorDescriptionWritableImage
(PixelBuffer<? extends Buffer> pixelBuffer) Constructs aWritableImage
using the specifiedPixelBuffer
.