Provides a description of the current desktop operating environment appertaining to hi-DPI properties such as monitor resolutions, scaling, etc.
Note: Supported on Linux (XToolkit
, WLToolkit
) only.
-
Method Details
-
getInfo
String[][] getInfo()Get a description of the current desktop operating environment, particularly focusing on monitor resolutions and relevant desktop settings.- Returns:
- a table of
String
objects organized in rows by the first index and columns by the second index. Each row describes one property with its name as the first element, value the second, and optional description as the third.
-