Package com.octo.captcha.image

Examples of com.octo.captcha.image.ImageCaptchaFactory


                        for (Iterator backIter = backgroundGeneratorList.iterator(); backIter .hasNext();) {  
                            BackgroundGenerator back = (BackgroundGenerator) backIter.next();  
                            for (Iterator textIter = textPasterList.iterator(); textIter.hasNext();) {  
                                TextPaster parser = (TextPaster) textIter.next();  
                                WordToImage word2image = new ComposedWordToImage(font,back, parser);  
                                ImageCaptchaFactory factory = new GimpyFactory(words,word2image);  
                                addFactory(factory);  
                            }  
                        }  
                    }  
        } catch (Exception ex) {  
View Full Code Here

TOP

Related Classes of com.octo.captcha.image.ImageCaptchaFactory

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.