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 thesetBandwidthmethod on the instance being constructed.EqualizerBandBuilder.bandwidthPropertyApply(Consumer<DoubleProperty> op) Applies a function to thebandwidthPropertyof the instance being constructed.EqualizerBandBuilder.centerFrequency(double value) A builder method that invokes thesetCenterFrequencymethod on the instance being constructed.EqualizerBandBuilder.centerFrequencyPropertyApply(Consumer<DoubleProperty> op) Applies a function to thecenterFrequencyPropertyof the instance being constructed.static EqualizerBandBuilderEqualizerBandBuilder.create()Returns an instance of theEqualizerBandBuilder.static EqualizerBandBuilderEqualizerBandBuilder.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 thesetGainmethod on the instance being constructed.EqualizerBandBuilder.gainPropertyApply(Consumer<DoubleProperty> op) Applies a function to thegainPropertyof the instance being constructed.