Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArtifexSoftware/mupdf
/ getScreenDPI
Method
getScreenDPI
platform/java/example/Viewer.java:1941–1947 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1939
}
1940
1941
public
int
getScreenDPI() {
1942
try {
1943
return
Toolkit.getDefaultToolkit().getScreenResolution();
1944
} catch (HeadlessException e) {
1945
return
72;
1946
}
1947
}
1948
1949
public
Dimension getScreenSize() {
1950
try {
Callers
1
Viewer
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected