Uses of Class
io.github.sosuisen.jfxbuilder.media.EqualizerBandBuilder
Packages that use EqualizerBandBuilder
-
Uses of EqualizerBandBuilder in io.github.sosuisen.jfxbuilder.media
Methods in io.github.sosuisen.jfxbuilder.media that return EqualizerBandBuilderModifier and TypeMethodDescriptionEqualizerBandBuilder.apply
(Consumer<EqualizerBand> func) Applies a function to the EqualizerBand instance being constructed.EqualizerBandBuilder.bandwidth
(double value) A builder method that invokes thesetBandwidth
method on the instance being constructed.EqualizerBandBuilder.bandwidthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thebandwidthProperty
of the instance being constructed.EqualizerBandBuilder.centerFrequency
(double value) A builder method that invokes thesetCenterFrequency
method on the instance being constructed.EqualizerBandBuilder.centerFrequencyPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thecenterFrequencyProperty
of the instance being constructed.static EqualizerBandBuilder
EqualizerBandBuilder.create()
Returns an instance of theEqualizerBandBuilder
.static EqualizerBandBuilder
EqualizerBandBuilder.create
(double centerFrequency, double bandwidth, double gain) Accepts the constructor arguments ofEqualizerBand(double, double, double)
and returns an instance ofEqualizerBandBuilder
.EqualizerBandBuilder.gain
(double value) A builder method that invokes thesetGain
method on the instance being constructed.EqualizerBandBuilder.gainPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thegainProperty
of the instance being constructed.