Context

terminus.Context
case class Context(buffer: Buffer, x: Int, y: Int, fg: Color, bg: Color, modifier: Modifier)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def setString(string: String, fg: Color, bg: Color, modifier: Modifier): Unit
def translate(dx: Int, dy: Int): Context
def translateX(dx: Int): Context
def translateY(dy: Int): Context

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product