|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.octo.captcha.component.word.worddecorator.SpellerWordDecorator
public class SpellerWordDecorator
Simple decorator that provide spelling from a word
Constructor Summary | |
---|---|
SpellerWordDecorator(java.lang.String seprator)
Constructor for the Speller Decorator. |
Method Summary | |
---|---|
java.lang.String |
decorateWord(java.lang.String original)
Function that decorate a word with semantic information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpellerWordDecorator(java.lang.String seprator)
seprator
- use to separate each char, for instance : ' ' or ', ' or '; ' ...Method Detail |
---|
public java.lang.String decorateWord(java.lang.String original)
WordDecorator
decorateWord
in interface WordDecorator
original
- word
WordDecorator.decorateWord(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |