nl.captcha.text.producer
Class ArabicTextProducer

java.lang.Object
  extended by nl.captcha.text.producer.ArabicTextProducer
All Implemented Interfaces:
TextProducer

public class ArabicTextProducer
extends java.lang.Object
implements TextProducer


Constructor Summary
ArabicTextProducer()
           
ArabicTextProducer(int length)
           
 
Method Summary
 java.lang.String getText()
          Generate a series of characters to be used as the answer for the CAPTCHA.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArabicTextProducer

public ArabicTextProducer()

ArabicTextProducer

public ArabicTextProducer(int length)
Method Detail

getText

public java.lang.String getText()
Description copied from interface: TextProducer
Generate a series of characters to be used as the answer for the CAPTCHA.

Specified by:
getText in interface TextProducer
Returns:
The answer for the CAPTCHA.


Copyright © 2010-2011 James Childers. All Rights Reserved.