289290291292293294295296
/** * Set a squiggles background */ public Captcha setSquigglesBackground() { background = new SquigglesBackgroundProducer(); return this; } // ~~ rendering
286287288289290291292293
259260261262263264265266
291292293294295296297298