Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dumbledore/AlbiteREADER
/ getPageHeight
Method
getPageHeight
src/org/albite/albite/PageCanvas.java:127–129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
125
}
126
127
public
final
int
getPageHeight() {
128
return
(BUFFER == null ? canvas.getHeight() : BUFFER.getHeight());
129
}
130
131
public
final
void
setPage(
final
Page page) {
132
this.page = page;
Callers
1
reflowPages
Method · 0.80
Calls
1
getHeight
Method · 0.45
Tested by
no test coverage detected