AbstractWordToImage

abstract class AbstractWordToImage(fontGenerator: FontGenerator, backgroundGenerator: BackgroundGenerator, textPaster: TextPaster, val minAcceptedWordLength: Int, val maxAcceptedWordLength: Int) 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

Concrete fields