Packages

case class Region(topLeft: Point, bottomRight: Point) extends Translatable[Region] with Transposable[Region] with HasRegion with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, HasRegion, Transposable[Region], Translatable[Region], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Region
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HasRegion
  7. Transposable
  8. Translatable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Region(topLeft: Point, bottomRight: Point)

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 area: Int
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bottomLeft: Point
  7. val bottomRight: Point
  8. def bottomRow: Int
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  10. def contains(region: Region): Boolean
  11. def contains(point: Point): Boolean
  12. def dimension: Dimension
  13. def down(n: Int): Region
    Definition Classes
    Translatable
  14. def down: Region
    Definition Classes
    Translatable
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def expandDown(n: Int): Region
  17. def expandLeft(n: Int): Region
  18. def expandRight(n: Int): Region
  19. def expandUp(n: Int): Region
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def go(direction: Direction): Region
    Definition Classes
    Translatable
  22. def height: Int
  23. def intersects(that: Region): Boolean
  24. def isDisjoint(that: Region): Boolean
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def left(n: Int): Region
    Definition Classes
    Translatable
  27. def left: Region
    Definition Classes
    Translatable
  28. def leftColumn: Int
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def points: List[Point]
  33. def region: Region
    Definition Classes
    RegionHasRegion
  34. def right(n: Int): Region
    Definition Classes
    Translatable
  35. def right: Region
    Definition Classes
    Translatable
  36. def rightColumn: Int
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. val topLeft: Point
  39. def topRight: Point
  40. def topRow: Int
  41. def translate(down: Int = 0, right: Int = 0): Region
    Definition Classes
    RegionTranslatable
  42. def transpose: Region

    Flip this item across the top-left to bottom-right diagonal.

    Flip this item across the top-left to bottom-right diagonal.

    Definition Classes
    RegionTransposable
  43. def up(n: Int): Region
    Definition Classes
    Translatable
  44. def up: Region
    Definition Classes
    Translatable
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def width: Int

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasRegion

Inherited from Transposable[Region]

Inherited from Translatable[Region]

Inherited from AnyRef

Inherited from Any

Ungrouped