|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WordRenderer | |
---|---|
nl.captcha | |
nl.captcha.text.renderer |
Uses of WordRenderer in nl.captcha |
---|
Methods in nl.captcha with parameters of type WordRenderer | |
---|---|
Captcha.Builder |
Captcha.Builder.addText(TextProducer txtProd,
WordRenderer wRenderer)
Generate the answer to the CAPTCHA using the given TextProducer , and render it to the image using the given
WordRenderer . |
Captcha.Builder |
Captcha.Builder.addText(WordRenderer wRenderer)
Generate the answer to the CAPTCHA using the default TextProducer , and render it to the image using the given
WordRenderer . |
Uses of WordRenderer in nl.captcha.text.renderer |
---|
Classes in nl.captcha.text.renderer that implement WordRenderer | |
---|---|
class |
ColoredEdgesWordRenderer
|
class |
DefaultWordRenderer
Renders the answer onto the image. |
class |
StretchyWordRenderer
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |