|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcs015.SP.TV
A TV has the capability of showing a working screen or a fuzzy screen.
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 |
public TV(java.awt.Point pos)
pos
- location of the TVMethod Detail |
public void showFuzzyScreen()
public void hideFuzzyScreen()
public void showWorkingScreen()
public void hideWorkingScreen()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |