mosaic
Toggle table of contents
0.17.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mosaic
mosaic-runtime
/
com.jakewharton.mosaic
/
TextCanvas
Text
Canvas
interface
TextCanvas
Members
Properties
height
Link copied to clipboard
abstract
val
height
:
Int
width
Link copied to clipboard
abstract
val
width
:
Int
Functions
append
Row
To
Link copied to clipboard
abstract
fun
appendRowTo
(
appendable
:
Appendable
,
row
:
Int
,
ansiLevel
:
AnsiLevel
)
render
Link copied to clipboard
abstract
fun
render
(
ansiLevel
:
AnsiLevel
)
:
String