Buffer

terminus.Buffer
See theBuffer companion class
object Buffer

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Buffer.type

Members list

Value members

Concrete methods

def drawCells(updates: List[(Int, Int, Cell)]): Unit
def empty(width: Int, height: Int): Buffer
def empty(x: Int, y: Int, width: Int, height: Int): Buffer
def fill(x: Int, y: Int, width: Int, height: Int): Buffer