fromList method
pars - the parameters of the shape. Can be anything.
For Gauss-Lorentz, e.g. a List
Implementation
fromList(Object pars) {
shapeParameters = pars;
}
pars - the parameters of the shape. Can be anything.
For Gauss-Lorentz, e.g. a List
fromList(Object pars) {
shapeParameters = pars;
}