DecoratedRandomTextPaster

class DecoratedRandomTextPaster(minAcceptedWordLength: Int, maxAcceptedWordLength: Int, colorGenerator: ColorGenerator, manageColorPerGlyph: Boolean) extends AbstractTextPaster
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def pasteText(background: BufferedImage, attributedWord: AttributedString): BufferedImage
Definition Classes

Inherited methods

protected
def copyBackground(background: BufferedImage): BufferedImage
Inherited from
AbstractTextPaster
protected
def pasteBackgroundAndSetTextColor(out: BufferedImage, background: BufferedImage): Graphics2D
Inherited from
AbstractTextPaster