AbstractWordToImage

abstract
class AbstractWordToImage(fontGenerator: FontGenerator, backgroundGenerator: BackgroundGenerator, textPaster: TextPaster) extends WordToImage
class Object
trait Matchable
class Any

Value members

Concrete methods

protected
def checkWordLength(word: String): Int
def getAttributedString(word: String, wordLength: Int): AttributedString
override
def getImage(word: String): BufferedImage
Definition Classes
protected
def pasteText(background: BufferedImage, attributedWord: AttributedString): BufferedImage