UniColorBackgroundGenerator

org.beangle.otk.captcha.core.image.UniColorBackgroundGenerator
class UniColorBackgroundGenerator(val width: Int, val height: Int, val color: Color) extends BackgroundGenerator

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def buildBackground(): BufferedImage
override def next(): BufferedImage

Attributes

Definition Classes

Concrete fields

val color: Color
val height: Int
val width: Int