Size

terminus.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

Members list

Value members

Concrete methods

def inset(amount: Int): Size
def inset(x: Int, y: Int): Size
def inset(left: Int, top: Int, right: Int, bottom: Int): Size
def isZero: Boolean
def overriding(width: Option[Int], height: Option[Int]): Size

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product