W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
java.lang.Object
|---ohos.agp.window.service.DisplayAttributes
public class DisplayAttributes
extends Object
以像素為單位封裝顯示屬性,包括顯示寬度、高度和密度。
Since:
3
修飾符和類型 | 字段 | 描述 |
---|---|---|
int | densityDpi | 表示顯示分辨率。 |
float | densityPixels | 以像素為單位表示顯示密度。 |
int | height | 表示顯示的實(shí)際高度,以像素為單位。 |
static int | HIGH_DENSITY | 表示高分辨率顯示的密度,值為 240。 |
static int | LOW_DENSITY | 表示低分辨率顯示的密度,值為 120。 |
static int | MEDIUM_DENSITY | 表示中分辨率顯示的密度,值為 160。 |
float | scalDensity | 指示顯示的文本比例密度。 |
int | width | 表示顯示的實(shí)際寬度,以像素為單位。 |
float | xDpi | 表示 X 軸上的每英寸點(diǎn)數(shù) (DPI)。 |
float | yDpi | 表示 Y 軸上的 DPI。 |
構(gòu)造函數(shù) | 描述 |
---|---|
DisplayAttributes() | 用于創(chuàng)建 DisplayAttributes 實(shí)例的默認(rèn)構(gòu)造函數(shù)。 |
從類 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
public static final int HIGH_DENSITY
表示高分辨率顯示的密度,值為 240。
public static final int LOW_DENSITY
表示低分辨率顯示的密度,值為 120。
public static final int MEDIUM_DENSITY
表示中分辨率顯示的密度,值為 160。
public int densityDpi
表示顯示分辨率。
public float densityPixels
以像素為單位表示顯示密度。 低分辨率顯示器的值為 1.0。
public int height
表示顯示的實(shí)際高度,以像素為單位。
public float scalDensity
指示顯示的文本比例密度。
public int width
表示顯示的實(shí)際寬度,以像素為單位。
public float xDpi
表示 X 軸上的每英寸點(diǎn)數(shù) (DPI)。
public float yDpi
表示 Y 軸上的 DPI。
public DisplayAttributes()
用于創(chuàng)建 DisplayAttributes 實(shí)例的默認(rèn)構(gòu)造函數(shù)。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: