Uses of Class
nl.captcha.Captcha.Builder
Packages that use Captcha.Builder
-
Uses of Captcha.Builder in nl.captcha
Methods in nl.captcha that return Captcha.BuilderModifier and TypeMethodDescriptionCaptcha.Builder.addBackground()Add a background using the default BackgroundProducer.Captcha.Builder.addBackground(BackgroundProducer bgProd) Add a background using the given BackgroundProducer.Captcha.Builder.addBorder()Draw a single-pixel wide black border around the image.Captcha.Builder.addNoise()Add noise using the default NoiseProducer.Captcha.Builder.addNoise(NoiseProducer nProd) Add noise using the given NoiseProducer.Captcha.Builder.addText()Add text to the image using the default TextProducerCaptcha.Builder.addText(TextProducer txtProd) Add text to the image using the given TextProducerCaptcha.Builder.addText(TextProducer txtProd, WordRenderer wRenderer) Captcha.Builder.addText(WordRenderer wRenderer) Display the answer on the image using the given WordRenderer.Captcha.Builder.gimp()Gimp the image using the default GimpyRenderer.Captcha.Builder.gimp(GimpyRenderer gimpy) Gimp the image using the given GimpyRenderer.