depanalyzer
Toggle table of contents
2.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
depanalyzer
depanalyzer
/
com.depanalyzer.tui
/
TuiDimensions
Tui
Dimensions
data
class
TuiDimensions
(
val
width
:
Int
,
val
height
:
Int
,
val
leftInnerWidth
:
Int
,
val
rightInnerWidth
:
Int
,
val
contentRows
:
Int
)
Members
Constructors
Tui
Dimensions
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
leftInnerWidth
:
Int
,
rightInnerWidth
:
Int
,
contentRows
:
Int
)
Properties
content
Rows
Link copied to clipboard
val
contentRows
:
Int
height
Link copied to clipboard
val
height
:
Int
left
Inner
Width
Link copied to clipboard
val
leftInnerWidth
:
Int
right
Inner
Width
Link copied to clipboard
val
rightInnerWidth
:
Int
width
Link copied to clipboard
val
width
:
Int