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

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • limitLength

      public boolean limitLength
    • manualLength

      public int manualLength
    • colorArray

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

      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

      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

      public Integer chan
  • Constructor Details

    • WignerPlotParams

      public WignerPlotParams()
  • Method Details