Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dumbledore/AlbiteREADER
/ getHeight
Method
getHeight
src/org/albite/albite/PageCanvas.java:119–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
}
118
119
public
final
int
getHeight() {
120
return
canvas.getHeight();
121
}
122
123
public
final
int
getPageWidth() {
124
return
(BUFFER == null ? canvas.getWidth() : BUFFER.getWidth());
Callers
15
PageCanvas
Method · 0.45
renderPage
Method · 0.45
renderPageSelected
Method · 0.45
renderRotate
Method · 0.45
getPageHeight
Method · 0.45
initialize
Method · 0.45
initializePageCanvases
Method · 0.45
paint
Method · 0.45
processPointerReleased
Method · 0.45
reflowPages
Method · 0.45
applyScrollingLimits
Method · 0.45
getXonPage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected