DeformedComposedWordToImage

class DeformedComposedWordToImage(fontGenerator: FontGenerator, backgroundGenerator: BackgroundGenerator, textPaster: TextPaster, minAcceptedWordLength: Int, maxAcceptedWordLength: Int) extends AbstractWordToImage
class Object
trait Matchable
class Any

Value members

Concrete methods

override def getImage(word: String): BufferedImage
Definition Classes

Inherited methods

protected def checkWordLength(word: String): Int
Inherited from:
AbstractWordToImage
def getAttributedString(word: String, wordLength: Int): AttributedString
Inherited from:
AbstractWordToImage
protected def pasteText(background: BufferedImage, attributedWord: AttributedString): BufferedImage
Inherited from:
AbstractWordToImage