Bounds

@native @JSType
trait Bounds extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def setMaximumSize(maxWidth: Int, maxHeight: Int): Unit
def setMinimumSize(minWidth: Int, minHeight: Int): Unit
def setPosition(top: Int, left: Int): Unit
def setSize(width: Int, height: Int): Unit

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var height: Int
var left: Int
var maxHeight: UndefOr[Int]
var maxWidth: UndefOr[Int]
var minHeight: UndefOr[Int]
var minWidth: UndefOr[Int]
var top: Int
var width: Int