toggle menu
doodle
0.10.3
common
switch theme
search in API
controls
/
io.nacular.doodle.controls.theme
/
TreeBehavior
/
RowPositioner
Row
Positioner
abstract
class
RowPositioner
<
T
>
(
source
)
Members
Constructors
Row
Positioner
Link copied to clipboard
constructor
(
)
Functions
content
Bounds
Link copied to clipboard
abstract
fun
contentBounds
(
tree
:
Tree
<
T
,
*
>
,
node
:
T
,
path
:
Path
<
Int
>
,
index
:
Int
,
current
:
View
?
=
null
)
:
Rectangle
minimum
Size
Link copied to clipboard
abstract
fun
minimumSize
(
of
:
Tree
<
T
,
*
>
,
below
:
Path
<
Int
>
)
:
Size
row
Link copied to clipboard
abstract
fun
row
(
of
:
Tree
<
T
,
*
>
,
at
:
Point
)
:
Int
row
Bounds
Link copied to clipboard
abstract
fun
rowBounds
(
tree
:
Tree
<
T
,
*
>
,
node
:
T
,
path
:
Path
<
Int
>
,
index
:
Int
,
current
:
View
?
=
null
)
:
Rectangle
rows
Below
Link copied to clipboard
fun
Tree
<
T
,
*
>
.
rowsBelow
(
path
:
Path
<
Int
>
)
:
Int