MCPcopy 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

PageCanvasMethod · 0.45
renderPageMethod · 0.45
renderPageSelectedMethod · 0.45
renderRotateMethod · 0.45
getPageHeightMethod · 0.45
initializeMethod · 0.45
paintMethod · 0.45
reflowPagesMethod · 0.45
applyScrollingLimitsMethod · 0.45
getXonPageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected