Method
onLayoutChange
(int width, int height, int em)
Source from the content-addressed store, hash-verified
| 619 | |
| 620 | public void onChapterCountChange(int chapters); |
| 621 | public void onLayoutChange(int width, int height, int em); |
| 622 | public void onLinearizedChange(boolean linearized); |
| 623 | public void onMetadataChange(String title, String author, String format, String encryption); |
| 624 | public void onOutlineChange(OutlineItem[] outline); |
Implementers 1
Viewerplatform/java/example/Viewer.java
Tested by
no test coverage detected