public class Rectangle { int width; int height; Point origin; }