Sizeable

interface Sizeable

Represents an object which has bounds (eg: size)

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

height
Link copied to clipboard
common
open val height: Int
size
Link copied to clipboard
common
abstract val size: Size
width
Link copied to clipboard
common
open val width: Int

Inheritors

HasSize
Link copied to clipboard

Sources

(source)
Link copied to clipboard