RenderContext

class RenderContext(val textMap: TextMap, var x: Int, var y: Int)
class Object
trait Matchable
class Any

Value members

Concrete methods

def align(childSize: Size, parentSize: Size, alignment: Alignment): Unit
def insert(string: String, color: Color, style: Style): Unit
def scratch(f: => Unit): Unit
def translateBy(dx: Int, dy: Int): Unit

Concrete fields

var x: Int
var y: Int