public static void setW(int w) { W = w; remakeTransform(); }
static { remakeTransform(); }
public static void setH(int h) { H = h; remakeTransform(); }