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 thesetCameramethod on the instance being constructed.static SnapshotParametersBuilderSnapshotParametersBuilder.create()Returns an instance of theSnapshotParametersBuilder.SnapshotParametersBuilder.depthBuffer(boolean depthBuffer) A builder method that invokes thesetDepthBuffermethod on the instance being constructed.A builder method that invokes thesetFillmethod on the instance being constructed.A builder method that invokes thesetTransformmethod on the instance being constructed.SnapshotParametersBuilder.viewport(Rectangle2D viewport) A builder method that invokes thesetViewportmethod on the instance being constructed.