152153154155156157158
public static Despeckle despeckle() { return new Despeckle(); } public static Ellipse ellipse(int centerX, int centerY, int width, int height) { return new Ellipse(centerX, centerY, width, height); }
151152153154155156157
145146147148149150151