Package com.jogamp.newt

Interface Summary
Window Specifying NEWT's Window functionality: On- and offscreen windows Keyboard and multi-pointer input Native reparenting Toggable fullscreen and decoration mode Transparency ...
Window.FocusRunnable  
 

Class Summary
Display  
NewtFactory  
NewtVersion  
Screen  
ScreenMode Immutable ScreenMode Class, consisting of it's read only components:
MonitorMode, non rotated values rotation, measured counter clockwise (CCW) Aquire and filter ScreenModes
A List of read only ScreenMode's is being returned by Screen.getScreenModes(). You may utilize ScreenModeUtil to filter and select a desired ScreenMode. The current ScreenMode can be obtained via Screen.getCurrentScreenMode(). The initial original ScreenMode (at startup) can be obtained via Screen.getOriginalScreenMode().
Changing ScreenModes
Use Screen.setCurrentScreenMode(com.jogamp.newt.ScreenMode) to change the current ScreenMode of all Screen's referenced via the full qualified name (FQN) Screen.getFQName(). When the last FQN referenced Screen closes, the original ScreenMode (Screen.getOriginalScreenMode()) is restored.
Example for changing the ScreenMode:
 

Enum Summary
Window.ReparentOperation Reparenting operation types
 



Copyright 2010 JogAmp Community.