|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.octo.captcha.component.image.fontgenerator.AbstractFontGenerator com.octo.captcha.component.image.fontgenerator.RandomFontGenerator com.octo.captcha.component.image.fontgenerator.TwistedRandomFontGenerator
public class TwistedRandomFontGenerator
Description:
Field Summary |
---|
Fields inherited from class com.octo.captcha.component.image.fontgenerator.RandomFontGenerator |
---|
defaultBadFontNamePrefixes, myRandom |
Constructor Summary | |
---|---|
TwistedRandomFontGenerator(java.lang.Integer minFontSize,
java.lang.Integer maxFontSize)
|
Method Summary | |
---|---|
protected java.awt.Font |
applyCustomDeformationOnGeneratedFont(java.awt.Font font)
Provides a way for children class to customize the generated font array |
Methods inherited from class com.octo.captcha.component.image.fontgenerator.RandomFontGenerator |
---|
applyStyle, cleanFontList, getBadFontNamePrefixes, getFont, getRequiredCharacters, setBadFontNamePrefixes, setRequiredCharacters |
Methods inherited from class com.octo.captcha.component.image.fontgenerator.AbstractFontGenerator |
---|
getMaxFontSize, getMinFontSize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TwistedRandomFontGenerator(java.lang.Integer minFontSize, java.lang.Integer maxFontSize)
Method Detail |
---|
protected java.awt.Font applyCustomDeformationOnGeneratedFont(java.awt.Font font)
applyCustomDeformationOnGeneratedFont
in class RandomFontGenerator
font
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |