|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.octo.captcha.component.image.wordtoimage.AbstractWordToImage com.octo.captcha.component.image.wordtoimage.SimpleWordToImage
public class SimpleWordToImage
Simple image to word implementation. For eductation only, do not use it in production
Constructor Summary | |
---|---|
SimpleWordToImage()
|
Method Summary | |
---|---|
java.awt.image.BufferedImage |
getBackround()
Generates a backround image on wich text will be paste. |
java.awt.Font |
getFont()
Method from imageFromWord method to apply font to String. |
int |
getImageHeight()
|
int |
getImageWidth()
|
int |
getMaxAcceptedWordLenght()
Deprecated. misspelled, use getMaxAcceptedWordLength() instead |
int |
getMaxAcceptedWordLength()
|
int |
getMinAcceptedWordLenght()
Deprecated. misspelled, use getMinAcceptedWordLength() instead |
int |
getMinAcceptedWordLength()
|
int |
getMinFontSize()
|
Methods inherited from class com.octo.captcha.component.image.wordtoimage.AbstractWordToImage |
---|
getImage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleWordToImage()
Method Detail |
---|
public int getMaxAcceptedWordLength()
public int getMinAcceptedWordLength()
public int getMaxAcceptedWordLenght()
getMaxAcceptedWordLength()
instead
public int getMinAcceptedWordLenght()
getMinAcceptedWordLength()
instead
public int getImageHeight()
public int getImageWidth()
public int getMinFontSize()
public java.awt.Font getFont()
public java.awt.image.BufferedImage getBackround()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |