beangle-otk-captcha
beangle-otk-captcha
org.beangle.otk.captcha.core
Captcha
CaptchaEngine
CaptchaException
org.beangle.otk.captcha.core.image
AbstractTextPaster
AbstractWordToImage
BackgroundGenerator
ChangeableAttributedString
ChangeableAttributedString
ColorGenerator
Random
Single
ColorGenerator
DecoratedRandomTextPaster
DeformedComposedWordToImage
FontGenerator
GmailEngine
GmailEngine
RandomFontGenerator
RandomFontGenerator
TextPaster
UniColorBackgroundGenerator
WordToImage
org.beangle.otk.captcha.core.service
CaptchaService
CaptchaService
CaptchaStore
CacheStore
MemoryStore
CaptchaStore
DefaultCaptchaService
org.beangle.otk.captcha.core.word
DictionaryReader
BundleReader
DictionaryReader
WordGenerator
ComposeDictionary
Dictionary
Random
WordGenerator
WordList
WordList
org.beangle.otk.captcha.web
DefaultModule
org.beangle.otk.captcha.web.action
IndexWS
beangle-otk-captcha
/
org.beangle.otk.captcha.core.image
/
AbstractTextPaster
AbstractTextPaster
abstract
class
AbstractTextPaster
(val minAcceptedWordLength:
Int
, val maxAcceptedWordLength:
Int
, val colorGenerator:
ColorGenerator
, var manageColorPerGlyph:
Boolean
) extends
TextPaster
Graph
Supertypes
Known subtypes
trait
TextPaster
class
Object
trait
Matchable
class
Any
class
DecoratedRandomTextPaster
Value members
Value members
Concrete methods
protected
def
copyBackground
(background:
BufferedImage
):
BufferedImage
protected
def
pasteBackgroundAndSetTextColor
(out:
BufferedImage
, background:
BufferedImage
):
Graphics2D
Inherited methods
def
pasteText
(var1:
BufferedImage
, var2:
AttributedString
):
BufferedImage
Inherited from
TextPaster
Concrete fields
val
colorGenerator
:
ColorGenerator
var
manageColorPerGlyph
:
Boolean
val
maxAcceptedWordLength
:
Int
val
minAcceptedWordLength
:
Int