- tagAndSetFields(MouseEvent, Point) - Method in class controller.MouseListener
-
Tag the object and set the x/y-value-fields (left-Button)
- tagged - Variable in class model.OceanObject
-
This attribute is 'true', when the Object is tagged.
- thanks - Variable in class view.AboutFrame
-
The thanks label.
- timeElapsedLabel - Variable in class view.StatusPanel
-
The time elapsed label.
- topple(OceanObject) - Method in class model.OceanObject
-
Topples the object left or right, by collision with object2.
- toppledLeft - Variable in class model.OceanObject
-
This attribute is 'true' if the object lies on the left side.
- toppledRight - Variable in class model.OceanObject
-
This attribute is 'true' if the object lies on the right side.
- toppleLeft() - Method in class model.OceanObject
-
Topples the object left.
- toppleRight() - Method in class model.OceanObject
-
Topples the object right.
- toString() - Method in class model.Ocean
-
Generates a textual representation of the ocean.
- toString() - Method in class model.OceanObject
-
- toString() - Method in class stuff.Pair
-
- tp - Variable in class view.AboutFrame
-
The tp.
- type - Variable in class model.OceanObject
-
The type value describes what type of ocean object the object is (like: Fish, Stone, Bubble...)