|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.tudelft.simulation.language.swing.ScreenManager
public class ScreenManager
The ScreenManager class manages initializing and displaying full screen graphics mode.
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl/language
License of use: Lesser
General Public License (LGPL) , no warranty
Constructor Summary | |
---|---|
ScreenManager()
Constructs a new ScreenManager. |
Method Summary | |
---|---|
Window |
getFullScreenWindow()
Method getFullScreenWindow. |
void |
restoreScreen()
Method restoreScreen. |
void |
setFullScreen(JFrame window)
Method setFullScreen. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScreenManager()
Method Detail |
---|
public void setFullScreen(JFrame window)
window
- The window to show full screen.public Window getFullScreenWindow()
public void restoreScreen()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |