de.jreality.plugin.scene
Class WindowManager
java.lang.Object
Plugin
de.jreality.plugin.scene.WindowManager
- All Implemented Interfaces:
- EventListener, ChangeListener
public class WindowManager
- extends Plugin
- implements ChangeListener
WindowManager
public WindowManager()
getWindowRoot
public SceneGraphComponent getWindowRoot()
getScreenResolutionX
public int getScreenResolutionX()
setScreenResolutionX
public void setScreenResolutionX(int screenResolutionX)
getScreenResolutionY
public int getScreenResolutionY()
setScreenResolutionY
public void setScreenResolutionY(int screenResolutionY)
getPluginInfo
public PluginInfo getPluginInfo()
install
public void install(Controller c)
throws Exception
- Throws:
Exception
uninstall
public void uninstall(Controller c)
throws Exception
- Throws:
Exception
createFrame
public JFakeFrameWithGeometry createFrame(String title)
setShowDesktopBorder
public void setShowDesktopBorder(boolean showDesktopBorder)
getShowDesktopBorder
public boolean getShowDesktopBorder()
stateChanged
public void stateChanged(ChangeEvent e)
- Specified by:
stateChanged
in interface ChangeListener