DeformedComposedWordToImage

org.beangle.otk.captcha.core.image.DeformedComposedWordToImage
class DeformedComposedWordToImage(fontGenerator: FontGenerator, backgroundGenerator: BackgroundGenerator, textPaster: TextPaster, minAcceptedWordLength: Int, maxAcceptedWordLength: Int) extends AbstractWordToImage

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def getImage(word: String): BufferedImage

Attributes

Definition Classes

Inherited methods

protected def checkWordLength(word: String): Int

Attributes

Inherited from:
AbstractWordToImage
def getAttributedString(word: String, wordLength: Int): AttributedString

Attributes

Inherited from:
AbstractWordToImage
protected def pasteText(background: BufferedImage, attributedWord: AttributedString): BufferedImage

Attributes

Inherited from:
AbstractWordToImage