Example usage for Java javafx.scene SnapshotParameters fields, constructors, methods, implement or subclass
The text is from its open source code.
SnapshotParameters() Constructs a new SnapshotParameters object with default values for all rendering attributes. |
void | setCamera(Camera camera) Sets the camera to the specified value. |
void | setDepthBuffer(boolean depthBuffer) Sets the depthBuffer flag to the specified value. |
void | setFill(Paint fill) Sets the fill to the specified value. |
void | setTransform(Transform transform) Sets the transform to the specified value. |
void | setViewport(Rectangle2D viewport) Sets the viewport used for rendering. |