trait BoundingBox extends SpatialValue[BoundingBox]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoundingBox
  2. SpatialValue
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def duplicate(x1: Double = x1, y1: Double = y1, x2: Double = x2, y2: Double = y2): BoundingBox
  2. abstract def immutable: BoundingBox
    Definition Classes
    SpatialValue
  3. abstract def isMutable: Boolean
    Definition Classes
    SpatialValue
  4. abstract def mutable: BoundingBox
    Definition Classes
    SpatialValue
  5. abstract def x1: Double
  6. abstract def x2: Double
  7. abstract def y1: Double
  8. abstract def y2: Double

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def adjustX: Double
  5. def adjustY: Double
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def centerX: Double
  8. def centerY: Double
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def height: Double
  16. def intersects(that: BoundingBox): Boolean
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def merge(that: BoundingBox): BoundingBox
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def set(that: BoundingBox): BoundingBox
  23. def set(x1: Double = x1, y1: Double = y1, x2: Double = x2, y2: Double = y2): BoundingBox
  24. def shift(offsetX: Double, offsetY: Double): BoundingBox
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toSize: Size
  27. def toString(): String
    Definition Classes
    BoundingBox → AnyRef → Any
  28. def touching(x: Double, y: Double): Option[TouchData]
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. def width: Double
  33. def zero(): BoundingBox

Inherited from SpatialValue[BoundingBox]

Inherited from AnyRef

Inherited from Any

Ungrouped