232233234235236237238
/** * Gets the rectangle that encloses this surface. */ public Rectangle getViewRectangle() { return new Rectangle(0, 0, getCoordinateSpaceWidth(), getCoordinateSpaceHeight()); }