BufferLine class

Constructors

BufferLine(int _length, {bool isWrapped = false})

Properties

data Uint32List
no setter
hashCode int
The hash code for this object.
no setterinherited
isWrapped bool
getter/setter pair
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyFrom(BufferLine src, int srcCol, int dstCol, int len) → void
createCellData(int index) CellData
eraseCell(int index, CursorStyle style) → void
eraseRange(int start, int end, CursorStyle style) → void
getAttributes(int index) int
getBackground(int index) int
getCellData(int index, CellData cellData) → void
getCodePoint(int index) int
getContent(int index) int
getForeground(int index) int
getText([int? from, int? to]) String
getTrimmedLength([int? cols]) int
getWidth(int index) int
insertCells(int start, int count, [CursorStyle? style]) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeCells(int start, int count, [CursorStyle? style]) → void
resetCell(int index) → void
resize(int length) → void
setAttributes(int index, int value) → void
setBackground(int index, int value) → void
setCell(int index, int char, int witdh, CursorStyle style) → void
setCellData(int index, CellData cellData) → void
setCodePoint(int index, int char) → void
setContent(int index, int value) → void
setForeground(int index, int value) → void
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited