17181920212223
} public abstract int[] capture(int x, int y, int width, int height); public final SimpleImage captureImage(int x, int y, int width, int height) { return new SimpleImage(capture(x, y, width, height), width, height); }