Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArtifexSoftware/mupdf
/ toggleLinks
Method
toggleLinks
platform/java/example/Viewer.java:746–749 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
744
}
745
746
protected
void
toggleLinks() {
747
showLinks = !showLinks;
748
redraw();
749
}
750
751
protected
boolean isShrinkWrapped(
int
oldPixmapWidth,
int
oldPixmapHeight) {
752
Dimension size = pageScroll.getSize();
Callers
1
canvasKeyTyped
Method · 0.95
Calls
1
redraw
Method · 0.95
Tested by
no test coverage detected