Bounds

case class Bounds(xMin: Double, yMin: Double, xMax: Double, yMax: Double)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

@targetName("plus")
def +(other: Bounds): Bounds
@targetName("plus")
def +(other: Point): Bounds
def toRectTag: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product