AbstractTextPaster

abstract class AbstractTextPaster(val minAcceptedWordLength: Int, val maxAcceptedWordLength: Int, val colorGenerator: ColorGenerator, var manageColorPerGlyph: Boolean) extends TextPaster
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def pasteText(var1: BufferedImage, var2: AttributedString): BufferedImage
Inherited from:
TextPaster