mosaic
Toggle table of contents
0.17.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mosaic
mosaic-terminal
/
com.jakewharton.mosaic.terminal
/
Terminal
/
Size
Size
class
Size
(
val
columns
:
Int
,
val
rows
:
Int
,
val
width
:
Int
=
0
,
val
height
:
Int
=
0
)
Members
Constructors
Size
Link copied to clipboard
constructor
(
columns
:
Int
,
rows
:
Int
,
width
:
Int
=
0
,
height
:
Int
=
0
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
columns
Link copied to clipboard
val
columns
:
Int
height
Link copied to clipboard
val
height
:
Int
=
0
rows
Link copied to clipboard
val
rows
:
Int
width
Link copied to clipboard
val
width
:
Int
=
0