DeformedComposedWordToImage

class DeformedComposedWordToImage(fontGenerator: FontGenerator, backgroundGenerator: BackgroundGenerator, textPaster: TextPaster) 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