- calcNozzlePosition() - Method in class model.CokeCanBubbleGeneratorThread
-
Calculates the nozzle position.
- ccbgt - Variable in class model.CokeCan
-
The ccbgt.
- clearButton - Variable in class view.ButtonPanel
-
The clear button.
- clickAddAndSetPosition(Point) - Method in class controller.MouseListener
-
Automatically put the coordinates of the mouse click into the x and y
position input fields and click the add button.
- COKE_CAN - Static variable in class model.Ocean
-
The Constant COKE_CAN.
- CokeCan - Class in model
-
The Class CokeCan.
- CokeCan(int, String, int[], OceanInterface, int) - Constructor for class model.CokeCan
-
Instantiates a new coke can.
- CokeCanBubbleGeneratorThread - Class in model
-
The Class CokeCanBubbleGeneratorThread.
- CokeCanBubbleGeneratorThread(OceanInterface, CokeCan, Integer) - Constructor for class model.CokeCanBubbleGeneratorThread
-
Instantiates a new coke can bubble generator thread.
- collidesWithOceanBounds() - Method in class model.OceanObject
-
Finds out whether or not this ocean object collides with the ocean's bounds.
- contains(OceanObject) - Method in class model.Ocean
-
This method checks the ocenObjectList; is the given object in the list?
- contains(OceanObject) - Method in interface model.OceanInterface
-
- controller - package controller
-
- Controller - Class in controller
-
The Class Controller.
- Controller(OceanInterface, OceanGUIInterface) - Constructor for class controller.Controller
-
- createObject(String, String, int, int[]) - Method in class controller.ButtonListener
-
- createOcenObjectName(String) - Method in class controller.MouseListener
-
Creates the oceanobject's name.
- crushLowerObject(OceanObject) - Method in class model.OceanObject
-
Crush the lower object.