cascade / static /j2s /JSV /common /Integral.js
bobbypaton
Initial CASCADE HF Space deployment
233f6d4
Clazz.declarePackage ("JSV.common");
Clazz.load (["JSV.common.Measurement"], "JSV.common.Integral", null, function () {
c$ = Clazz.declareType (JSV.common, "Integral", JSV.common.Measurement);
Clazz.defineMethod (c$, "setInt",
function (x1, y1, spec, value, x2, y2) {
this.setA (x1, y1, spec, "", false, false, 0, 6);
this.setPt2 (x2, y2);
this.setValue (value);
return this;
}, "~N,~N,JSV.common.Spectrum,~N,~N,~N");
});