Display对象
accelerometerSupport字符串-可以是available、unavailable、unknown。boundsRectangle - the bounds of the display in DIP points.colorDepth数字 - 表示Display对象对应于色彩空间的比特深度colorSpacestring - represent a color space (three-dimensional object which contains all realizable color combinations) for the purpose of color conversions.depthPerComponent数字 - 每个颜色组件的比例数。detectedboolean - `true`` if the display is detected by the system.displayFrequencynumber - 显示刷新率。idnumber - 与显示相关联的唯一的标志符。 A value of of -1 means the display is invalid or the correctidis not yet known, and a value of -10 means the display is a virtual display assigned to a unified desktop.internal布尔值 -true为内部 display,为false外部 display.labelstring - 用户友好标签,由平台设定。maximumCursorSizeSize - 以原生像素为单位的最大光标大小。nativeOriginPoint - Returns the display's origin in pixel coordinates. Only available on windowing systems like X11 that position displays in pixel coordinates.rotation数字 - 可以是 0, 90, 180, 270, 代表屏幕旋转角度。scaleFactor数字-输出设备的像素比例因子。touchSupport字符串-可以是available、unavailable、unknown。monochrome布尔值-表示display对象是否是一个单色的显示对象(monochrome display)sizeSizeworkAreaRectangle - the work area of the display in DIP points.workAreaSizeSize - The size of the work area.
Display 对象表示一个连接到系统的物理显示。 一个伪 Display 可能存在于无图形界面(Gui)系统上, 或者 一个Display 可能与一个远程的虚拟显示相对应。