Java javafx.scene SnapshotParameters fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene SnapshotParameters fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene SnapshotParameters.

The text is from its open source code.

Constructor

SnapshotParameters()
Constructs a new SnapshotParameters object with default values for all rendering attributes.

Method

voidsetCamera(Camera camera)
Sets the camera to the specified value.
voidsetDepthBuffer(boolean depthBuffer)
Sets the depthBuffer flag to the specified value.
voidsetFill(Paint fill)
Sets the fill to the specified value.
voidsetTransform(Transform transform)
Sets the transform to the specified value.
voidsetViewport(Rectangle2D viewport)
Sets the viewport used for rendering.