DefaultScrollable3D

class DefaultScrollable3D(initialVisibleSize: Size3D, initialActualSize: Size3D) : Scrollable3D

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
scrollBackwardBy
Link copied to clipboard
common
open override fun scrollBackwardBy(y: Int): Position3D
Scrolls this Scrollable3D with depth units backward (depth axis).
scrollDownBy
Link copied to clipboard
common
open override fun scrollDownBy(z: Int): Position3D
Scrolls this Scrollable3D with height units down (height axis).
scrollForwardBy
Link copied to clipboard
common
open override fun scrollForwardBy(y: Int): Position3D
Scrolls this Scrollable3D by depth units forward (depth axis).
scrollLeftBy
Link copied to clipboard
common
open override fun scrollLeftBy(x: Int): Position3D
Scrolls this Scrollable3D with width units to the left (width axis).
scrollOneBackward
Link copied to clipboard
common
open override fun scrollOneBackward(): Position3D
Scrolls this Scrollable3D with one unit backward (depth axis, towards the observer).
scrollOneDown
Link copied to clipboard
common
open override fun scrollOneDown(): Position3D
Scrolls this Scrollable3D with one unit down (height axis).
scrollOneForward
Link copied to clipboard
common
open override fun scrollOneForward(): Position3D
Scrolls this Scrollable3D with one unit forward (depth axis, away from the observer).
scrollOneLeft
Link copied to clipboard
common
open override fun scrollOneLeft(): Position3D
Scrolls this Scrollable3D with one unit to the left (width axis).
scrollOneRight
Link copied to clipboard
common
open override fun scrollOneRight(): Position3D
Scrolls this Scrollable3D with one unit to the right (width axis).
scrollOneUp
Link copied to clipboard
common
open override fun scrollOneUp(): Position3D
Scrolls this Scrollable3D with one unit up (height axis).
scrollRightBy
Link copied to clipboard
common
open override fun scrollRightBy(x: Int): Position3D
Scrolls this Scrollable3D by width units to the right (width axis).
scrollTo
Link copied to clipboard
common
open override fun scrollTo(position3D: Position3D)
Scrolls this Scrollable3D to the provided position
scrollUpBy
Link copied to clipboard
common
open override fun scrollUpBy(z: Int): Position3D
Scrolls this Scrollable3D by height units up (height axis).
toString
Link copied to clipboard
common
open fun toString(): String

Properties

actualSize
Link copied to clipboard
common
open override val actualSize: Size3D
Returns the Size3D of the actual space this Scrollable3D can scroll through.
visibleOffset
Link copied to clipboard
common
open override var visibleOffset: Position3D
Returns the offset where the visible part of this Scrollable3D starts.
visibleOffsetValue
Link copied to clipboard
common
open override val visibleOffsetValue: Property<Position3D>
visibleSize
Link copied to clipboard
common
open override val visibleSize: Size3D
Returns the size of the visible part of this Scrollable3D.

Sources

(source)
Link copied to clipboard