mosaic
Toggle table of contents
0.17.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mosaic
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
)