Class NumericalParameter
Class for a Parameter that has a scalar number as possible value.
- hrm\param\base\Parameter
- hrm\param\base\NumericalParameter
Direct known subclasses
hrm\param\base\NumericalArrayParameter
,
hrm\param\base\NumericalVectorParameter
,
hrm\param\TimeInterval
,
hrm\param\TubeFactor
,
hrm\param\ZStepSize
,
hrm\param\CCDCaptorSize
,
hrm\param\CCDCaptorSizeX
,
hrm\param\CMount
,
hrm\param\NumberOfIterations
,
hrm\param\NumericalAperture
,
hrm\param\PinholeSpacing
,
hrm\param\PSFGenerationDepth
,
hrm\param\QualityChangeStoppingCriterion
Indirect known subclasses
hrm\param\BackgroundOffsetPercent
,
hrm\param\base\AnyTypeArrayParameter
,
hrm\param\SpimCenterOffset
,
hrm\param\SpimDir
,
hrm\param\SpimExcMode
,
hrm\param\SpimFill
,
hrm\param\SpimFocusOffset
,
hrm\param\SpimGaussWidth
,
hrm\param\SpimNA
,
hrm\param\Sted3D
,
hrm\param\StedDepletionMode
,
hrm\param\StedImmunity
,
hrm\param\ColocChannel
,
hrm\param\StedSaturationFactor
,
hrm\param\StedWavelength
,
hrm\param\ColocCoefficient
,
hrm\param\ColocThreshold
,
hrm\param\EmissionWavelength
,
hrm\param\ExcitationWavelength
,
hrm\param\PinholeSize
,
hrm\param\PSF
,
hrm\param\SignalNoiseRatio
Methods summary
public
|
|
public
|
|
public
|
|
public
boolean
|
#
checkMin( )
Checks whether the NumericalParameter value should be checked against its minimum value. |
public
boolean
|
#
checkMax( )
Checks whether the NumericalParameter value should be checked against its maximum value. |
public
integer|float|null
|
|
public
integer|float|null
|
|
public
boolean
|
|
public
|
|
public
string
|
#
displayString( integer $numberOfChannels = 0 )
Returns the string representation of the NumericalParameter. |
Methods inherited from hrm\param\base\Parameter
confidenceLevel()
,
defaultValue()
,
getJsonData()
,
internalPossibleValues()
,
internalValue()
,
isBoolean()
,
isForCapture()
,
isForCorrection()
,
isForImage()
,
isForMicroscope()
,
isForPixelSizeCalculation()
,
isForSpim()
,
isForSted()
,
isTaskParameter()
,
isVariableChannel()
,
message()
,
mustProvide()
,
name()
,
notSet()
,
possibleValues()
,
reset()
,
setConfidenceLevel()
,
translatedValue()
,
translatedValueFor()
,
value()