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

Method setPage

platform/java/example/PageCanvas.java:42–47  ·  view source on GitHub ↗
(BufferedImage image, Rect[] links, Quad[][] hits)

Source from the content-addressed store, hash-verified

40 }
41
42 public void setPage(BufferedImage image, Rect[] links, Quad[][] hits) {
43 this.image = image;
44 this.links = links;
45 this.hits = hits;
46 repaint();
47 }
48
49 public Dimension getPreferredSize() {
50 if (image == null)

Callers 1

redrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected