@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class SnapshotParametersBuilder<B extends SnapshotParametersBuilder<B>> extends java.lang.Object implements javafx.util.Builder<SnapshotParameters>
SnapshotParameters
Modifier | Constructor and Description |
---|---|
protected |
SnapshotParametersBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(SnapshotParameters x) |
SnapshotParameters |
build()
Make an instance of
SnapshotParameters based on the properties set on this builder. |
B |
camera(Camera x)
Set the value of the
camera property for the instance constructed by this builder. |
static SnapshotParametersBuilder<?> |
create()
Creates a new instance of SnapshotParametersBuilder.
|
B |
depthBuffer(boolean x)
Set the value of the
depthBuffer property for the instance constructed by this builder. |
B |
fill(javafx.scene.paint.Paint x)
Set the value of the
fill property for the instance constructed by this builder. |
B |
transform(javafx.scene.transform.Transform x)
Set the value of the
transform property for the instance constructed by this builder. |
B |
viewport(javafx.geometry.Rectangle2D x)
Set the value of the
viewport property for the instance constructed by this builder. |
public static SnapshotParametersBuilder<?> create()
public void applyTo(SnapshotParameters x)
public B camera(Camera x)
camera
property for the instance constructed by this builder.public B depthBuffer(boolean x)
depthBuffer
property for the instance constructed by this builder.public B fill(javafx.scene.paint.Paint x)
fill
property for the instance constructed by this builder.public B transform(javafx.scene.transform.Transform x)
transform
property for the instance constructed by this builder.public B viewport(javafx.geometry.Rectangle2D x)
viewport
property for the instance constructed by this builder.public SnapshotParameters build()
SnapshotParameters
based on the properties set on this builder.build
in interface javafx.util.Builder<SnapshotParameters>
Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.