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

Method update

platform/java/example/PageCanvas.java:87–87  ·  view source on GitHub ↗
(Graphics g)

Source from the content-addressed store, hash-verified

85 public Dimension getMinimumSize() { return getPreferredSize(); }
86 public Dimension getMaximumSize() { return getPreferredSize(); }
87 public void update(Graphics g) { paint(g); }
88}

Callers

nothing calls this directly

Calls 1

paintMethod · 0.95

Tested by

no test coverage detected