Package railo.runtime.img

Examples of railo.runtime.img.MarpleCaptcha


    String path=null;
   
    // create destination
    if(StringUtil.isEmpty(name))path=touchDestination();
   
    MarpleCaptcha c=new MarpleCaptcha();
    source=new railo.runtime.img.Image(c.generate(text, Caster.toIntValue(width),Caster.toIntValue(height), fonts, true,
        Color.BLACK,fontsize,
        difficulty));
   
    // link destination
    if ( doRenderHtmlTag )
View Full Code Here

TOP

Related Classes of railo.runtime.img.MarpleCaptcha

Copyright © 2018 www.massapicom. 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.