Uses of Class
io.github.sosuisen.jfxbuilder.graphics.SnapshotParametersBuilder
Packages that use SnapshotParametersBuilder
-
Uses of SnapshotParametersBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return SnapshotParametersBuilderModifier and TypeMethodDescriptionSnapshotParametersBuilder.apply
(Consumer<SnapshotParameters> func) Applies a function to the SnapshotParameters instance being constructed.A builder method that invokes thesetCamera
method on the instance being constructed.static SnapshotParametersBuilder
SnapshotParametersBuilder.create()
Returns an instance of theSnapshotParametersBuilder
.SnapshotParametersBuilder.depthBuffer
(boolean depthBuffer) A builder method that invokes thesetDepthBuffer
method on the instance being constructed.A builder method that invokes thesetFill
method on the instance being constructed.A builder method that invokes thesetTransform
method on the instance being constructed.SnapshotParametersBuilder.viewport
(Rectangle2D viewport) A builder method that invokes thesetViewport
method on the instance being constructed.