void loadFrom(double x, double y, double w, double h) { this.x = x; this.y = y; this.w = w; this.h = h; }