case class Point(row: Int, column: Int) extends Translatable[Point] with Transposable[Point] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Point
- Serializable
- Serializable
- Product
- Equals
- Transposable
- Translatable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Point(row: Int, column: Int)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- val column: Int
-
def
down(n: Int): Point
- Definition Classes
- Translatable
-
def
down: Point
- Definition Classes
- Translatable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
go(direction: Direction): Point
- Definition Classes
- Translatable
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
left(n: Int): Point
- Definition Classes
- Translatable
-
def
left: Point
- Definition Classes
- Translatable
- def maxRowCol(that: Point): Point
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def neighbours: List[Point]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def region: Region
-
def
right(n: Int): Point
- Definition Classes
- Translatable
-
def
right: Point
- Definition Classes
- Translatable
- val row: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
translate(down: Int = 0, right: Int = 0): Point
- Definition Classes
- Point → Translatable
-
def
transpose: Point
Flip this item across the top-left to bottom-right diagonal.
Flip this item across the top-left to bottom-right diagonal.
- Definition Classes
- Point → Transposable
-
def
up(n: Int): Point
- Definition Classes
- Translatable
-
def
up: Point
- 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 withColumn(newColumn: Int): Point
- def withRow(newRow: Int): Point