|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WordToImage
Provides methods to tranform a word to an image
.
Method Summary | |
---|---|
java.awt.image.BufferedImage |
getImage(java.lang.String word)
Main method for this service Return an image with the specified |
int |
getImageHeight()
|
int |
getImageWidth()
|
int |
getMaxAcceptedWordLenght()
Deprecated. misspelled, use getMaxAcceptedWordLength() instead |
int |
getMaxAcceptedWordLength()
|
int |
getMinAcceptedWordLenght()
Deprecated. misspelled, use getMinAcceptedWordLength() instead |
int |
getMinAcceptedWordLength()
|
int |
getMinFontSize()
|
Method Detail |
---|
int getMaxAcceptedWordLenght()
getMaxAcceptedWordLength()
instead
int getMinAcceptedWordLenght()
getMinAcceptedWordLength()
instead
int getMaxAcceptedWordLength()
int getMinAcceptedWordLength()
int getImageHeight()
int getImageWidth()
int getMinFontSize()
java.awt.image.BufferedImage getImage(java.lang.String word) throws CaptchaException
CaptchaException
- if word is invalid or an exception occurs during the image generation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |