case class Region(topLeft: Point, bottomRight: Point) extends Translatable[Region] with Transposable[Region] with HasRegion with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Region
- Serializable
- Serializable
- Product
- Equals
- HasRegion
- Transposable
- Translatable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def area: Int
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bottomLeft: Point
- val bottomRight: Point
- def bottomRow: Int
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- def contains(region: Region): Boolean
- def contains(point: Point): Boolean
- def dimension: Dimension
-
def
down(n: Int): Region
- Definition Classes
- Translatable
-
def
down: Region
- Definition Classes
- Translatable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def expandDown(n: Int): Region
- def expandLeft(n: Int): Region
- def expandRight(n: Int): Region
- def expandUp(n: Int): Region
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
go(direction: Direction): Region
- Definition Classes
- Translatable
- def height: Int
- def intersects(that: Region): Boolean
- def isDisjoint(that: Region): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
left(n: Int): Region
- Definition Classes
- Translatable
-
def
left: Region
- Definition Classes
- Translatable
- def leftColumn: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def points: List[Point]
- def region: Region
-
def
right(n: Int): Region
- Definition Classes
- Translatable
-
def
right: Region
- Definition Classes
- Translatable
- def rightColumn: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val topLeft: Point
- def topRight: Point
- def topRow: Int
-
def
translate(down: Int = 0, right: Int = 0): Region
- Definition Classes
- Region → Translatable
-
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
- Region → Transposable
-
def
up(n: Int): Region
- Definition Classes
- Translatable
-
def
up: Region
- Definition Classes
- Translatable
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def width: Int