Package com.jetbrains

Interface HiDPIInfo


@Service @Provided public interface HiDPIInfo

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 Summary Link icon

    Modifier and Type
    Method
    Description
    String[][]
    Get a description of the current desktop operating environment, particularly focusing on monitor resolutions and relevant desktop settings.
  • Method Details Link icon

    • getInfo Link icon

      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.