@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public final class AudioClipBuilder extends java.lang.Object implements Builder<AudioClip>
AudioClip| Modifier and Type | Field and Description |
|---|---|
private int |
__set
Deprecated.
|
private double |
balance
Deprecated.
|
private int |
cycleCount
Deprecated.
|
private double |
pan
Deprecated.
|
private int |
priority
Deprecated.
|
private double |
rate
Deprecated.
|
private java.lang.String |
source
Deprecated.
|
private double |
volume
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AudioClipBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(AudioClip x)
Deprecated.
|
AudioClipBuilder |
balance(double x)
Deprecated.
Set the value of the
balance property for the instance constructed by this builder. |
AudioClip |
build()
Deprecated.
Make an instance of
AudioClip based on the properties set on this builder. |
static AudioClipBuilder |
create()
Deprecated.
Creates a new instance of AudioClipBuilder.
|
AudioClipBuilder |
cycleCount(int x)
Deprecated.
Set the value of the
cycleCount property for the instance constructed by this builder. |
AudioClipBuilder |
pan(double x)
Deprecated.
Set the value of the
pan property for the instance constructed by this builder. |
AudioClipBuilder |
priority(int x)
Deprecated.
Set the value of the
priority property for the instance constructed by this builder. |
AudioClipBuilder |
rate(double x)
Deprecated.
Set the value of the
rate property for the instance constructed by this builder. |
AudioClipBuilder |
source(java.lang.String x)
Deprecated.
Set the value of the
source property for the instance constructed by this builder. |
AudioClipBuilder |
volume(double x)
Deprecated.
Set the value of the
volume property for the instance constructed by this builder. |
private int __set
private double balance
private int cycleCount
private double pan
private int priority
private double rate
private java.lang.String source
private double volume
public static AudioClipBuilder create()
public void applyTo(AudioClip x)
public AudioClipBuilder balance(double x)
balance property for the instance constructed by this builder.public AudioClipBuilder cycleCount(int x)
cycleCount property for the instance constructed by this builder.public AudioClipBuilder pan(double x)
pan property for the instance constructed by this builder.public AudioClipBuilder priority(int x)
priority property for the instance constructed by this builder.public AudioClipBuilder rate(double x)
rate property for the instance constructed by this builder.public AudioClipBuilder source(java.lang.String x)
source property for the instance constructed by this builder.public AudioClipBuilder volume(double x)
volume property for the instance constructed by this builder.