MCPcopy Create free account
hub / github.com/ArtifexSoftware/mupdf / getScreenSize

Method getScreenSize

platform/java/example/Viewer.java:1949–1955  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1947 }
1948
1949 public Dimension getScreenSize() {
1950 try {
1951 return Toolkit.getDefaultToolkit().getScreenSize();
1952 } catch (HeadlessException e) {
1953 return new Dimension(1920, 1080);
1954 }
1955 }
1956
1957 protected static class OutlineItem {
1958 protected String title;

Callers 1

ViewerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected