Frame

final case
class Frame(size: Size, title: String, center: Center, background: Option[Color], redraw: Redraw)

The Frame specifies how to create a Canvas.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def background(color: Color): Frame

Change the background color to the given color.

Change the background color to the given color.

def clearToColor(color: Color): Frame

Change the background to fully transparent (no background).

Change the background to fully transparent (no background).

def title(title: String): Frame

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product