Package nl.captcha.text.producer

Examples of nl.captcha.text.producer.DefaultTextProducer


         * Add text to the image using the default TextProducer
         *
         * @return
         */
        public Builder addText() {
            return addText(new DefaultTextProducer());
        }
View Full Code Here


        
         * @param wRenderer
         * @return
         */
        public Builder addText(WordRenderer wRenderer) {
          return addText(new DefaultTextProducer(), wRenderer);
        }
View Full Code Here

TOP

Related Classes of nl.captcha.text.producer.DefaultTextProducer

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.