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 thesetBalancemethod on the instance being constructed.AudioClipBuilder.balancePropertyApply(Consumer<DoubleProperty> op) Applies a function to thebalancePropertyof the instance being constructed.static AudioClipBuilderAccepts the constructor arguments ofAudioClip(String)and returns an instance ofAudioClipBuilder.AudioClipBuilder.cycleCount(int count) A builder method that invokes thesetCycleCountmethod on the instance being constructed.AudioClipBuilder.cycleCountPropertyApply(Consumer<IntegerProperty> op) Applies a function to thecycleCountPropertyof the instance being constructed.AudioClipBuilder.pan(double pan) A builder method that invokes thesetPanmethod on the instance being constructed.AudioClipBuilder.panPropertyApply(Consumer<DoubleProperty> op) Applies a function to thepanPropertyof the instance being constructed.AudioClipBuilder.priority(int priority) A builder method that invokes thesetPrioritymethod on the instance being constructed.AudioClipBuilder.priorityPropertyApply(Consumer<IntegerProperty> op) Applies a function to thepriorityPropertyof the instance being constructed.AudioClipBuilder.rate(double rate) A builder method that invokes thesetRatemethod on the instance being constructed.AudioClipBuilder.ratePropertyApply(Consumer<DoubleProperty> op) Applies a function to theratePropertyof the instance being constructed.AudioClipBuilder.volume(double value) A builder method that invokes thesetVolumemethod on the instance being constructed.AudioClipBuilder.volumePropertyApply(Consumer<DoubleProperty> op) Applies a function to thevolumePropertyof the instance being constructed.