Class TDAcousticScrollerParams

java.lang.Object
dataPlotsFX.scroller.TDAcousticScrollerParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class TDAcousticScrollerParams extends Object implements Cloneable, Serializable, ManagedParameters
See Also:
  • Field Details

    • colourMap

      public ColourArray.ColourArrayType colourMap
      Type of colour scheme for spectrogram.
    • amplitudeLimits

      public double[] amplitudeLimits
      The amplitude limits of the color scale.
    • amplitudeMinMax

      public double[] amplitudeMinMax
      The min and max allowed amplitude for the colour scale
    • disableSpectrumPreview

      public boolean disableSpectrumPreview
      Disables the spectrogram preview if true. Used to prevent long clunky load times, especially for high frequency data.
  • Constructor Details

    • TDAcousticScrollerParams

      public TDAcousticScrollerParams()
  • Method Details