Class WignerPlotParams

java.lang.Object
detectionPlotFX.plots.WignerPlotParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

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

    • serialVersionUID Link icon

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

      public boolean limitLength
    • manualLength Link icon

      public int manualLength
    • colorArray Link icon

      public ColourArray.ColourArrayType colorArray
      The colour array of the wigner plot
    • minColourVal Link icon

      public double minColourVal
      The min colour value...i.e. the value of the wigner plot which be the extreme gradient of the colour aray.
    • maxColourVal Link icon

      public double maxColourVal
      The max colour value...i.e. the value of the wigner plot which be the extreme gradient of the colour aray.
    • chan Link icon

      public Integer chan
  • Constructor Details Link icon

    • WignerPlotParams Link icon

      public WignerPlotParams()
  • Method Details Link icon