toggle menu
Glok
0.5.1
common
switch theme
search in API
glok-core
/
uk.co.nickthecoder.glok.scene
/
Edges
Edges
data
class
Edges
(
val
top
:
Float
,
val
right
:
Float
,
val
bottom
:
Float
,
val
left
:
Float
)
Empty space surrounding the content of a
Region
.
Members
Constructors
Edges
Link copied to clipboard
constructor
(
y
:
Float
,
x
:
Float
)
constructor
(
size
:
Float
)
constructor
(
)
constructor
(
top
:
Float
,
right
:
Float
,
bottom
:
Float
,
left
:
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
right
Link copied to clipboard
val
right
:
Float
top
Link copied to clipboard
val
top
:
Float
x
Link copied to clipboard
val
x
:
Float
y
Link copied to clipboard
val
y
:
Float
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String