Package noiseOneBand

Class OneBandDisplayParams

java.lang.Object
noiseOneBand.OneBandDisplayParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class OneBandDisplayParams extends Object implements Serializable, Cloneable, ManagedParameters
See Also:
  • Field Details Link icon

    • serialVersionUID Link icon

      public static final long serialVersionUID
      See Also:
    • minAmplitude Link icon

      public double minAmplitude
    • maxAmplitude Link icon

      public double maxAmplitude
    • timeRange Link icon

      public long timeRange
    • autoScale Link icon

      public boolean autoScale
    • symbolSize Link icon

      public int symbolSize
    • drawLine Link icon

      public boolean drawLine
    • showWhat Link icon

      public int showWhat
    • showGrid Link icon

      public boolean showGrid
    • colourByChannel Link icon

      public boolean colourByChannel
  • Constructor Details Link icon

    • OneBandDisplayParams Link icon

      public OneBandDisplayParams()
  • Method Details Link icon

    • getDisplayChannels Link icon

      public int getDisplayChannels(int availableChannels)
      Returns:
      the displayChannels
    • setDisplayChannels Link icon

      public void setDisplayChannels(int displayChannels)
      Parameters:
      displayChannels - the displayChannels to set
    • 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
      Returns:
      description of the parameters in a class.