Interface EnvDisplay


public interface EnvDisplay

Marine Biology Simulation: The EnvDisplay interface describes the methods needed by all EnvDisplay objects.


Method Summary
 void showEnv()
          Shows the current state of the environment.
 

Method Detail

showEnv

public void showEnv()
Shows the current state of the environment.