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

Method onMetadataChange

platform/java/example/ViewerCore.java:623–623  ·  view source on GitHub ↗
(String title, String author, String format, String encryption)

Source from the content-addressed store, hash-verified

621 public void onLayoutChange(int width, int height, int em);
622 public void onLinearizedChange(boolean linearized);
623 public void onMetadataChange(String title, String author, String format, String encryption);
624 public void onOutlineChange(OutlineItem[] outline);
625 public void onOutlineItemChange(int index);
626 public void onPageChange(Location page, int chapterNumber, int pageNumber, Rect bbox);

Callers 1

runMethod · 0.65

Implementers 1

Viewerplatform/java/example/Viewer.java

Calls

no outgoing calls

Tested by

no test coverage detected