public final ObservableList<EqualizerBand> getBands ()

ObservableList containing EqualizerBand elements. The content of the sequence may be changed by adding or removing EqualizerBand elements. When adding elements, the user must be prepared to catch IllegalArgumentExceptions because the internal list is a VetoableObservableList and any change to the list can be vetoed if a newly added instance is not valid.

The constraints for a valid EqualizerBand instance are:

The default set of bands is as in the following table; all bands have unity gain (0 dB).
Band IndexCenter Frequency (Hz)Bandwidth (Hz)
03219
16439
212578
3250156
4500312
51000625
620001250
740002500
880005000
91600010000

Returns:  ObservableList containing EqualizerBand elements.

Exceptions:
IllegalArgumentException