RenderContext

tui.view.RenderContext
class RenderContext(val textMap: TextMap, var x: Int, var y: Int)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

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