Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
Modifier and Type | Method and Description |
---|---|
AudioClipBuilder |
AudioClipBuilder.balance(double x)
Set the value of the
balance property for the instance constructed by this builder. |
static AudioClipBuilder |
AudioClipBuilder.create()
Creates a new instance of AudioClipBuilder.
|
AudioClipBuilder |
AudioClipBuilder.cycleCount(int x)
Set the value of the
cycleCount property for the instance constructed by this builder. |
AudioClipBuilder |
AudioClipBuilder.pan(double x)
Set the value of the
pan property for the instance constructed by this builder. |
AudioClipBuilder |
AudioClipBuilder.priority(int x)
Set the value of the
priority property for the instance constructed by this builder. |
AudioClipBuilder |
AudioClipBuilder.rate(double x)
Set the value of the
rate property for the instance constructed by this builder. |
AudioClipBuilder |
AudioClipBuilder.source(java.lang.String x)
Set the value of the
source property for the instance constructed by this builder. |
AudioClipBuilder |
AudioClipBuilder.volume(double x)
Set the value of the
volume property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to