Uses of Class
io.github.sosuisen.jfxbuilder.media.AudioClipBuilder
Packages that use AudioClipBuilder
-
Uses of AudioClipBuilder in io.github.sosuisen.jfxbuilder.media
Methods in io.github.sosuisen.jfxbuilder.media that return AudioClipBuilderModifier and TypeMethodDescriptionApplies a function to the AudioClip instance being constructed.AudioClipBuilder.balance
(double balance) A builder method that invokes thesetBalance
method on the instance being constructed.AudioClipBuilder.balancePropertyApply
(Consumer<DoubleProperty> op) Applies a function to thebalanceProperty
of the instance being constructed.static AudioClipBuilder
Accepts the constructor arguments ofAudioClip(String)
and returns an instance ofAudioClipBuilder
.AudioClipBuilder.cycleCount
(int count) A builder method that invokes thesetCycleCount
method on the instance being constructed.AudioClipBuilder.cycleCountPropertyApply
(Consumer<IntegerProperty> op) Applies a function to thecycleCountProperty
of the instance being constructed.AudioClipBuilder.pan
(double pan) A builder method that invokes thesetPan
method on the instance being constructed.AudioClipBuilder.panPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thepanProperty
of the instance being constructed.AudioClipBuilder.priority
(int priority) A builder method that invokes thesetPriority
method on the instance being constructed.AudioClipBuilder.priorityPropertyApply
(Consumer<IntegerProperty> op) Applies a function to thepriorityProperty
of the instance being constructed.AudioClipBuilder.rate
(double rate) A builder method that invokes thesetRate
method on the instance being constructed.AudioClipBuilder.ratePropertyApply
(Consumer<DoubleProperty> op) Applies a function to therateProperty
of the instance being constructed.AudioClipBuilder.volume
(double value) A builder method that invokes thesetVolume
method on the instance being constructed.AudioClipBuilder.volumePropertyApply
(Consumer<DoubleProperty> op) Applies a function to thevolumeProperty
of the instance being constructed.