RowPositioner

abstract class RowPositioner<T>(source)

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun contentBounds(tree: Tree<T, *>, node: T, path: Path<Int>, index: Int, current: View? = null): Rectangle
Link copied to clipboard
abstract fun minimumSize(of: Tree<T, *>, below: Path<Int>): Size
Link copied to clipboard
abstract fun row(of: Tree<T, *>, at: Point): Int
Link copied to clipboard
abstract fun rowBounds(tree: Tree<T, *>, node: T, path: Path<Int>, index: Int, current: View? = null): Rectangle
Link copied to clipboard
fun Tree<T, *>.rowsBelow(path: Path<Int>): Int