TextBuffer

class TextBuffer(text: String)

Functions

addNewRowAt
Link copied to clipboard
common
fun addNewRowAt(rowIdx: Int)
deleteRowAt
Link copied to clipboard
common
fun deleteRowAt(rowIdx: Int)
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
getBoundingBoxSize
Link copied to clipboard
common
fun getBoundingBoxSize(): Size
getCharAt
Link copied to clipboard
common
fun getCharAt(position: Position): Maybe<Char>
getRow
Link copied to clipboard
common
fun getRow(row: Int): Maybe<StringBuilder>
getSize
Link copied to clipboard
common
fun getSize(): Int
getText
Link copied to clipboard
common
fun getText(): String
getTextSection
Link copied to clipboard
common
fun getTextSection(position: Position, size: Size): List<String>
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
setText
Link copied to clipboard
common
fun setText(text: String)
toString
Link copied to clipboard
common
open fun toString(): String

Sources

(source)
Link copied to clipboard