Package detectionPlotFX.plots
Class WignerPlotParams
java.lang.Object
detectionPlotFX.plots.WignerPlotParams
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionThe colour array of the wigner plotbooleanintdoubleThe max colour value...i.e.doubleThe min colour value...i.e.static final long - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected WignerPlotParamsclone()Get a set of data that describes all of the parameters in a classvoidsetColourMap(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
- 
clone
 - 
setColourMap
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -