WSLocation class
Word location interface
- Implemented types
Constructors
- WSLocation({required int x, required int y, required WSOrientation orientation, required int overlap, required String word})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- orientation → WSOrientation
-
The orientation the word placed in the puzzle
final
- overlap → int
-
The numbed of overlaps the word has
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- word ↔ String
-
The word used
getter/setter pair
- x → int
-
The column position where the word starts
final
- y → int
-
The row position where the word starts
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited