toggle menu
mosaic-runtime
0.14.0
common
switch theme
search in API
mosaic-runtime
/
com.jakewharton.mosaic.layout
/
Placeable
/
PlacementScope
Placement
Scope
interface
PlacementScope
Members
Properties
x
Link copied to clipboard
abstract
val
x
:
Int
y
Link copied to clipboard
abstract
val
y
:
Int
Functions
place
Link copied to clipboard
open
fun
Placeable
.
place
(
position
:
IntOffset
)
open
fun
Placeable
.
place
(
x
:
Int
,
y
:
Int
)