public ET(double xmin, double ymax, double incx) { this.xmin = xmin; this.ymax = ymax; this.incx = incx; this.proxima = null; }
public ET() { this.xmin = 0; this.ymax = 0; this.incx = 0; this.proxima = null; }