EqualizerBand

scalafx.scene.media.EqualizerBand
See theEqualizerBand companion object
class EqualizerBand(val delegate: EqualizerBand) extends SFXDelegate[EqualizerBand]

Attributes

Companion
object
Graph
Supertypes
trait SFXDelegate[EqualizerBand]
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(centerFrequency: Double, bandwidth: Double, gain: Double)

Custom EqualizerBand constructor.

Custom EqualizerBand constructor.

Attributes

Concrete methods

Bandwidth of the band in Hertz.

Bandwidth of the band in Hertz.

Attributes

Center frequency of the band in Hertz.

Center frequency of the band in Hertz.

Attributes

The gain to be applied to the frequencies of this band.

The gain to be applied to the frequencies of this band.

Attributes

def gain_=(v: Double): Unit

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

if the other object is equals to this delegate or not.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: EqualizerBand

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes