Uses of Class
play.libs.Images.Captcha
-
Packages that use Images.Captcha Package Description play.libs -
-
Uses of Images.Captcha in play.libs
Methods in play.libs that return Images.Captcha Modifier and Type Method Description Images.CaptchaImages.Captcha. addNoise()Add noise to the captcha.Images.CaptchaImages.Captcha. addNoise(java.lang.String color)Add noise to the captcha.static Images.CaptchaImages. captcha()Create a 150x150 captcha imagestatic Images.CaptchaImages. captcha(int width, int height)Create a captche imageImages.CaptchaImages.Captcha. setBackground(java.lang.String color)Set a solid background.Images.CaptchaImages.Captcha. setBackground(java.lang.String from, java.lang.String to)Set a gradient background.Images.CaptchaImages.Captcha. setSquigglesBackground()Set a squiggles background
-