Package gov.nih.mipav.view
Enum ViewJFrameGraph.FitMode
- All Implemented Interfaces:
Serializable,Comparable<ViewJFrameGraph.FitMode>,java.lang.constant.Constable
- Enclosing class:
ViewJFrameGraph
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionMode indicates exponential fitting in progressMode indicates Gaussian fitting in progressMode indicates Laplace fitting in progressMode indicates linear fitting in progressMode indicates Lorentz fitting in progressMode indicates constant plus sum of decaying exponentialsMode indicates no curve fitting is taking placeMode indicates Rayleigh fitting in progress -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImpl()toString()static ViewJFrameGraph.FitModeReturns the enum constant of this type with the specified name.static ViewJFrameGraph.FitMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
fitNone
Mode indicates no curve fitting is taking place -
fitLinear
Mode indicates linear fitting in progress -
fitExp
Mode indicates exponential fitting in progress -
fitGaussian
Mode indicates Gaussian fitting in progress -
fitLaplace
Mode indicates Laplace fitting in progress -
fitLorentz
Mode indicates Lorentz fitting in progress -
fitMultiExponential
Mode indicates constant plus sum of decaying exponentials -
fitRayleigh
Mode indicates Rayleigh fitting in progress
-
-
Field Details
-
listEntry
-
cl
-
-
Constructor Details
-
FitMode
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<ViewJFrameGraph.FitMode>
-
getImpl
-