Home | History | Annotate | Download | only in spinning-balls

Lines Matching defs:autoScale

64 var autoScale = void 0;
206 this.autoScale = true;
209 this.autoScale = false;
260 if (this.autoScale) {
456 this.autoscale = create("input");
457 this.autoscale.setAttribute("type", "checkbox");
458 this.autoscale.setAttribute("checked", "true");
459 table.appendChild(row(text("Autoscale pauses plot"), this.autoscale));
487 pausePlot = new PausePlot(480, autoScale ? 240 : 500, 160, autoScale ? void 0 : 500);
492 autoScale = form.autoscale.checked;