toggle menu
light-ui
1.1.3
common
switch theme
search in API
light-ui
/
ru.casperix.light_ui.component.misc
/
SideIndents
Side
Indents
@
Serializable
data
class
SideIndents
(
val
left
:
Float
,
val
top
:
Float
,
val
right
:
Float
,
val
bottom
:
Float
)
Members
Constructors
Side
Indents
Link copied to clipboard
constructor
(
space
:
Float
)
constructor
(
spaceX
:
Float
,
spaceY
:
Float
)
constructor
(
left
:
Int
,
top
:
Int
,
right
:
Int
,
bottom
:
Int
)
constructor
(
space
:
Int
)
constructor
(
spaceX
:
Int
,
spaceY
:
Int
)
constructor
(
left
:
Float
,
top
:
Float
,
right
:
Float
,
bottom
:
Float
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bottom
Link copied to clipboard
val
bottom
:
Float
left
Link copied to clipboard
val
left
:
Float
left
Top
Link copied to clipboard
val
leftTop
:
Vector2f
right
Link copied to clipboard
val
right
:
Float
right
Bottom
Link copied to clipboard
val
rightBottom
:
Vector2f
size
Link copied to clipboard
val
size
:
Vector2f
top
Link copied to clipboard
val
top
:
Float
Functions
gap
From
Side
Link copied to clipboard
fun
gapFromSide
(
side
:
LayoutSide
)
:
Float
plus
Link copied to clipboard
operator
fun
plus
(
other
:
SideIndents
)
:
SideIndents
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
upper
Link copied to clipboard
fun
upper
(
other
:
SideIndents
)
:
SideIndents