DefaultScrollable

class DefaultScrollable(visibleSize: Size, initialActualSize: Size) : Scrollable

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
scrollDownBy
Link copied to clipboard
common
open override fun scrollDownBy(rows: Int): Position
Scrolls this Scrollable with rows rows down.
scrollLeftBy
Link copied to clipboard
common
open override fun scrollLeftBy(columns: Int): Position
Scrolls this Scrollable with width width to the left.
scrollOneDown
Link copied to clipboard
common
open override fun scrollOneDown(): Position
Scrolls this Scrollable with one depth down.
scrollOneLeft
Link copied to clipboard
common
open override fun scrollOneLeft(): Position
Scrolls this Scrollable with one width to the left.
scrollOneRight
Link copied to clipboard
common
open override fun scrollOneRight(): Position
Scrolls this Scrollable with one width to the right.
scrollOneUp
Link copied to clipboard
common
open override fun scrollOneUp(): Position
Scrolls this Scrollable with one depth up.
scrollRightBy
Link copied to clipboard
common
open override fun scrollRightBy(columns: Int): Position
Scrolls this Scrollable by width width to the right.
scrollTo
Link copied to clipboard
common
open override fun scrollTo(position: Position)
Scrolls this Scrollable to the provided position
scrollUpBy
Link copied to clipboard
common
open override fun scrollUpBy(rows: Int): Position
Scrolls this Scrollable by depth depth up.
toString
Link copied to clipboard
common
open fun toString(): String

Properties

actualSize
Link copied to clipboard
common
open override var actualSize: Size
the Size of the virtual space this Scrollable can scroll through
visibleOffset
Link copied to clipboard
common
open override val visibleOffset: Position
The offset where the visible part of this Scrollable starts.
visibleSize
Link copied to clipboard
common
open override val visibleSize: Size
the size of the visible part of this Scrollable3D.

Sources

(source)
Link copied to clipboard