lib / tv.smartclip.smartclientandroid.lib.smartcorefacade / SizeProvider / ElementSize

ElementSize

data class ElementSize

Container class for a screen region defined by an x and y coordinate and the width and height.

Constructors

<init>

Container class for a screen region defined by an x and y coordinate and the width and height.

ElementSize(x: Float, y: Float, width: Int, height: Int, mode: SizeMode)

Properties

height

val height: Int

mode

val mode: SizeMode

width

val width: Int

x

val x: Float

y

val y: Float

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

toString

Returns this object as a json.

fun toString(): String