blockudoku.commands.commandsImpl.CommandFactoryImpl
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Creates a Command that selects the given element.
Creates a Command that selects the given element.
Value parameters
-
element
-
Element to select.
Attributes
-
Returns
-
Command that was created.
-
Definition Classes
-
Creates a Command that attempts to move the selected element to the given position.
Creates a Command that attempts to move the selected element to the given position.
Value parameters
-
element
-
Element to move.
-
pos
-
Index of the tile to move the element to.
Attributes
-
Returns
-
Command that was created.
-
Definition Classes
-