MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / getWidth

Method getWidth

src/org/albite/albite/PageCanvas.java:115–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 }
114
115 public final int getWidth() {
116 return canvas.getWidth();
117 }
118
119 public final int getHeight() {
120 return canvas.getHeight();

Callers 15

PageCanvasMethod · 0.45
renderPageMethod · 0.45
renderPageSelectedMethod · 0.45
renderRotateMethod · 0.45
getPageWidthMethod · 0.45
initializeMethod · 0.45
paintMethod · 0.45
reflowPagesMethod · 0.45
applyScrollingLimitsMethod · 0.45
loadButtonsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected