data class ElementSize
Container class a region defined by an x and y coordinate and the width and height.
<init> |
Container class a region defined by an x and y coordinate and the width and height. ElementSize(x: Float, y: Float, width: Int, height: Int, mode: SizeMode) |
height |
val height: Int |
mode |
val mode: SizeMode |
width |
val width: Int |
x |
val x: Float |
y |
val y: Float |
equals |
fun equals(other: Any?): Boolean |
hashCode |
fun hashCode(): Int |
toString |
Returns this object as a json. fun toString(): String |