Package infpp.oceanlife

Interface Summary
OceanInterface Implements the following methods: getWidth, setWidth, getDepth, setDepth, getOceanObjects, initialiseOceanObjects, toString, addOceanOceanObject, removeOceanObjetct.
 

Class Summary
Bubble Implements objects of the type bubble.
Fish Implements objects of the type fish.
Ocean Implements the constructor of oceans, the ocean objects and the addition and removal of ocean objects.
OceanGUI OceanGUI implements the graphic user interface (including the ocean?)
OceanObject An abstract class implementing the common properties of the different types of ocean object.
OceanTest A simple test class for the ocean project.
OilBlob Implements objects of the type oil blob.
Plant Implements objects of the type plant.
Stone Implements objects of the type stone.