- getCurrentMode
Returns the cached current MonitorMode w/o native query. The returned
MonitorMode is element of the
- getSupportedModes
Returns a list of immutable MonitorModes supported by this monitor. The list is
ordered in descendin
- setCurrentMode
Set the current com.jogamp.newt.MonitorMode.This method is lifecycle heavy [Window.html#lifecycleHea
- getId
- getOriginalMode
Returns the immutable original com.jogamp.newt.MonitorMode, as used at NEWT
initialization. The retu
- getPixelsPerMM
Returns the pixels per millimeter value according to the current MonitorMode's
SurfaceSize#getResolu
- getSizeMM
- getViewport
Returns the RectangleImmutable portion of the rotated virtual Screen size in
pixel units represented
- getViewportInWindowUnits
Returns the RectangleImmutable portion of the rotated virtual Screen size in
window units represente
- isOriginalMode
- toString
- unionOfViewports
Calculates the union of the given monitor's #getViewport() in pixel- and window
units.