Uses of Enum Class
cnuphys.splot.fit.Fit.ErrorType
Packages that use Fit.ErrorType
-
Uses of Fit.ErrorType in cnuphys.splot.fit
Methods in cnuphys.splot.fit that return Fit.ErrorTypeModifier and TypeMethodDescriptionFit.getErrorType()
Get the error type that was used in the fittingstatic Fit.ErrorType
Returns the enum constant of this class with the specified name.static Fit.ErrorType[]
Fit.ErrorType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cnuphys.splot.fit with parameters of type Fit.ErrorTypeModifier and TypeMethodDescriptionprotected void
Fit.setErrorType
(Fit.ErrorType errorType) Set the error type used by the fitting.