cs015.SP
Class TV

java.lang.Object
  extended bycs015.SP.TV

public class TV
extends java.lang.Object

A TV has the capability of showing a working screen or a fuzzy screen.

Author:
Matt Chotin (mhc)

Constructor Summary
TV(java.awt.Point pos)
          The constructor initializes the TV and positions it on the screen at position indicated by the parameter.
 
Method Summary
 void hideFuzzyScreen()
          Hide the fuzzy screen
 void hideWorkingScreen()
          Hide the working screen
 void showFuzzyScreen()
          Show the fuzzy screen.
 void showWorkingScreen()
          Show the working screen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TV

public TV(java.awt.Point pos)
The constructor initializes the TV and positions it on the screen at position indicated by the parameter.

Parameters:
pos - location of the TV
Method Detail

showFuzzyScreen

public void showFuzzyScreen()
Show the fuzzy screen. After a small delay the fuzzy screen will be hidden.


hideFuzzyScreen

public void hideFuzzyScreen()
Hide the fuzzy screen


showWorkingScreen

public void showWorkingScreen()
Show the working screen. After a small delay the working screen will be hidden.


hideWorkingScreen

public void hideWorkingScreen()
Hide the working screen