Size

tui.view.Size
See theSize companion object
case class Size(width: Int, height: Int)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def overriding(width: Option[Int], height: Option[Int]): Size
def scaled(dx: Int, dy: Int): Size

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product