Class ClickDisplayParams

java.lang.Object
dataPlotsFX.rawClipDataPlot.FFTPlotSettings
dataPlotsFX.clickPlotFX.ClickDisplayParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class ClickDisplayParams extends FFTPlotSettings implements Serializable, Cloneable, ManagedParameters
Parameters for displaying clicks in the TDDisplayFX.
Author:
Jamie Macaulay
See Also:
  • Field Details

    • thresholdFFT

      public boolean thresholdFFT
      Plot FFT by threshold or by spectrogram if thge clicks are display on a frequency time axis.
    • fftCutOf

      public double fftCutOf
      The cut off in energy at which a click FFT is not displayed. Represented as a % value 0-1;
    • fftColor

      @Deprecated public String fftColor
      Deprecated.
      Color of clicks on FFT
    • maxClickHeight

      public int maxClickHeight
      Max height of click in pixels.
    • minClickHeight

      public int minClickHeight
      Min height of click in pixels.
    • maxClickLength

      public int maxClickLength
      Max length of click in pixels.
    • minClickLength

      public int minClickLength
      Min length of click in pixels.
    • displayChannels

      public int displayChannels
      Channel bitmap of channels to display.
    • amplitudeRange

      public double[] amplitudeRange
      The amplitude range
    • bearingRange

      public double[] bearingRange
      The bearing range.
    • iciRange

      public double[] iciRange
      The inter-click interval range
    • slantRange

      public double[] slantRange
      The slant angle
    • colourScheme

      public int colourScheme
      The current colour scheme
  • Constructor Details

    • ClickDisplayParams

      public ClickDisplayParams()
  • Method Details

    • getDefaultFreqAmpLimits

      public double[] getDefaultFreqAmpLimits()
    • getDefaultFreqAmpRange

      public double[] getDefaultFreqAmpRange()
    • getParameterSet

      public PamParameterSet getParameterSet()
      Description copied from interface: ManagedParameters
      Get a set of data that describes all of the parameters in a class
      Specified by:
      getParameterSet in interface ManagedParameters
      Overrides:
      getParameterSet in class FFTPlotSettings
      Returns:
      description of the parameters in a class.