@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class SnapshotParametersBuilder<B extends SnapshotParametersBuilder<B>> extends java.lang.Object implements 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(Paint x)
Set the value of the
fill property for the instance constructed by this builder. |
B |
transform(Transform x)
Set the value of the
transform property for the instance constructed by this builder. |
B |
viewport(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(Paint x)
fill property for the instance constructed by this builder.public B transform(Transform x)
transform property for the instance constructed by this builder.public B viewport(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 Builder<SnapshotParameters>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.