Package nl.captcha.text.renderer

Examples of nl.captcha.text.renderer.WordRenderer.render()


  public CaptchaBean build() {
    // Add and render the text
    if (_txtProd != null) {
      _answer += _txtProd.getText();
      WordRenderer wr = new DefaultWordRenderer();
      wr.render(_answer, _img);
    }
   
    if (_noiseProd != null) {
      _noiseProd.makeNoise(_img);
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.