archery

Box

case class Box(x: Float, y: Float, x2: Float, y2: Float) extends Geom with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Geom, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Box
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Geom
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Box(x: Float, y: Float, x2: Float, y2: Float)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def area: Float

    Definition Classes
    Geom
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def contains(geom: Geom): Boolean

    Definition Classes
    Geom
  10. def distance(pt: Point): Double

    Definition Classes
    Geom
  11. def distanceSquared(pt: Point): Double

    Definition Classes
    Geom
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def expand(geom: Geom): Box

    Definition Classes
    Geom
  14. def expandArea(geom: Geom): Float

    Definition Classes
    Geom
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def height: Float

    Definition Classes
    Geom
  18. def intersects(box: Box): Boolean

    Definition Classes
    Geom
  19. def isFinite: Boolean

    Definition Classes
    Geom
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def lowerLeft: Point

    Definition Classes
    Geom
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toBox: Box

    Definition Classes
    Geom
  27. def upperRight: Point

    Definition Classes
    Geom
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def width: Float

    Definition Classes
    Geom
  32. def wraps(geom: Geom): Boolean

    Definition Classes
    Geom
  33. val x: Float

    Definition Classes
    BoxGeom
  34. val x2: Float

    Definition Classes
    BoxGeom
  35. val y: Float

    Definition Classes
    BoxGeom
  36. val y2: Float

    Definition Classes
    BoxGeom

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Geom

Inherited from AnyRef

Inherited from Any

Ungrouped