Package detectionPlotFX.plots
Class WignerPlotParams
java.lang.Object
detectionPlotFX.plots.WignerPlotParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionThe colour array of the wigner plotboolean
int
double
The max colour value...i.e.double
The min colour value...i.e.static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a classvoid
setColourMap
(ColourArray.ColourArrayType colourArrayType)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
limitLength
public boolean limitLength -
manualLength
public int manualLength -
colorArray
The colour array of the wigner plot -
minColourVal
public double minColourValThe min colour value...i.e. the value of the wigner plot which be the extreme gradient of the colour aray. -
maxColourVal
public double maxColourValThe max colour value...i.e. the value of the wigner plot which be the extreme gradient of the colour aray. -
chan
-
-
Constructor Details
-
WignerPlotParams
public WignerPlotParams()
-
-
Method Details
-
setColourMap
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-