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 Link icon

    • thresholdFFT Link icon

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

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

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

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

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

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

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

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

      public double[] amplitudeRange
      The amplitude range
    • bearingRange Link icon

      public double[] bearingRange
      The bearing range.
    • iciRange Link icon

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

      public double[] slantRange
      The slant angle
    • colourScheme Link icon

      public int colourScheme
      The current colour scheme
  • Constructor Details Link icon

    • ClickDisplayParams Link icon

      public ClickDisplayParams()
  • Method Details Link icon

    • getDefaultFreqAmpLimits Link icon

      public double[] getDefaultFreqAmpLimits()
    • getDefaultFreqAmpRange Link icon

      public double[] getDefaultFreqAmpRange()
    • getParameterSet Link icon

      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.