- getCorner(int) - Method in class solver.RubiksCube
-
Method returns Corner object.
- getEdge(int) - Method in class solver.RubiksCube
-
Method returns Edge object.
- getGroup() - Method in enum enums.AllMoves
-
Returns the group of current move.
- getMenuChoice() - Method in class solver.CubeAlgorithm
-
Shows main menu and returns number of selected entry.
- getRawColors() - Method in enum enums.ColorsEnum
-
Return seven raw RGB-sample.
- getRecording() - Method in class solver.RubiksCube
-
Getter-method for boolean variable "recording"
- getrgbColors() - Method in enum enums.ColorsEnum
-
Return mean RGB-sample.
- getRotation() - Method in enum enums.AllMoves
-
Returns rotational value current move.
- getTableTachoCount() - Method in class solver.MotorController
-
Used to determine which element is located under EV3ColorSensor while tableTurnScan() is executed.
- group - Variable in enum enums.AllMoves
-
Group the move belongs to.