Uses of Class
io.github.sosuisen.jfxbuilder.graphics.PixelBufferBuilder
Packages that use PixelBufferBuilder
-
Uses of PixelBufferBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return PixelBufferBuilderModifier and TypeMethodDescriptionPixelBufferBuilder.apply
(Consumer<PixelBuffer<T>> func) Applies a function to the PixelBuffer instance being constructed.static <T extends Buffer>
PixelBufferBuilder<T>PixelBufferBuilder.create
(int width, int height, T buffer, PixelFormat<T> pixelFormat) Accepts the constructor arguments ofPixelBuffer(int, int, T, PixelFormat)
and returns an instance ofPixelBufferBuilder<T>
.