A B C D E F G I K L M N O P S T V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
T
- TestBadgerBot - Class in <Unnamed>
- TestBadgerBot() - Constructor for class TestBadgerBot
- testDraw() - Method in class TestBadgerBot
- testFacing() - Method in class TestBadgerBot
- testFacingEdge() - Method in class TestBadgerBot
- testInitialPosition() - Method in class TestBadgerBot
- testItems() - Method in class TestBadgerBot
- testOn() - Method in class TestBadgerBot
- testSetDirection() - Method in class TestBadgerBot
- testSetLocation() - Method in class TestBadgerBot
- testStep() - Method in class TestBadgerBot
- testStepAngle() - Method in class TestBadgerBot
- testTurnLeft() - Method in class TestBadgerBot
- testTurnRight() - Method in class TestBadgerBot
- toString() - Method in class Action
-
Returns a string representation of the Action.
- toString() - Method in class BadgerBot
-
Returns a string representation of the BadgerBot, including its id, coordinates, direction, pen color, and drawing status.
- toString() - Method in class BadgerWorld
-
Returns a string representation of the BadgerWorld instance.
- toString() - Method in class BWColor
-
Returns a string representation of the BWColor object.
- toStringActions() - Method in class BadgerBot
-
Returns a string representation of the actions taken by the BadgerBot.
- toStringCellColors() - Method in class BadgerWorld
-
Returns a string representation of the cell colors in the world.
- toStringFields() - Method in class BadgerWorld
-
Returns a string representation of the main fields of the world.
- toStringFixedWidth() - Method in class BWColor
-
Returns a string representation of this BWColor.
- toStringMethodContext() - Method in class BadgerBot
-
Returns the method context of the current method as a string.
- toStringMethodContextList() - Method in class BadgerBot
-
Returns a string representation of the method contexts from the list of actions.
- toStringProperties() - Method in class BadgerWorld
-
Returns a string representation of the world's properties.
- toStringState() - Method in class BadgerBot
-
Returns a string representation of the current state of the object.
- turnLeft() - Method in class BadgerBot
-
Turns the BadgerBot to the left.
- turnLeft(int) - Method in class BadgerBot
-
Turns the BadgerBot to the left by a specified number of increments.
- turnRight() - Method in class BadgerBot
-
Turns the BadgerBot to the right.
- turnRight(int) - Method in class BadgerBot
-
Turns the BadgerBot to the right by a specified number of increments.
- turnToward(int, int) - Method in class BadgerBot
-
Turns the BadgerBot to face towards a specified location (x, y).
All Classes All Packages