toggle menu
colibrio-reader-framework
4.0.0-rc-2
androidJvm
switch theme
search in API
colibrio-reader-framework
/
com.colibrio.core.base
/
RectMargins
Rect
Margins
data
class
RectMargins
(
val
left
:
Length
,
val
top
:
Length
,
val
right
:
Length
,
val
bottom
:
Length
)
Members
Constructors
Rect
Margins
Link copied to clipboard
constructor
(
left
:
Length
,
top
:
Length
,
right
:
Length
,
bottom
:
Length
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bottom
Link copied to clipboard
val
bottom
:
Length
left
Link copied to clipboard
val
left
:
Length
right
Link copied to clipboard
val
right
:
Length
top
Link copied to clipboard
val
top
:
Length
Functions
serialize
Link copied to clipboard
fun
serialize
(
generator
:
JsonGenerator
)