Fetch the estimated clientHeight for each reader document.
Can be used by the renderer to show loaders.
The page progression direction the renderer should use.
The preferred page aspect ratio that should be used when rendering reflowable content documents. This may be ignored by the renderer.
Get the reader documents attached to the ReaderView.
Get the reader publications attached to the ReaderView.
The dimensions of the view in CSS pixels.
The element that the renderer should render into, set by ReaderView.renderTo().
If the renderer runtime associated with this context is currently visible on-screen.
Called by the renderer after all the renderTo() methods have been called on the loaded pages.
Called by the renderer to indicate what navigation actions it can currently accept. Note that GOTO navigations must always be accepted and will always override any existing navigation.
Called by the renderer after it has finished scrolling.
Called by the renderer when the scrollHeight of the currently visible document has changed.
Called by the renderer when it has started scrolling for any reason (can be a user scrolling, or due to a navigation).
Called by the renderer when it has finished its transitioning animations.
Called by the renderer when it is performing transitioning animations.
Called by the renderer if it wishes to update the visibility intention for a page that has not yet finished loading. Does nothing if the page has already loaded, or if the visibilityIntent was already set to the specified value.
Called by the renderer AFTER page.setVisible(true/false) have been called for all relevant pages.
The renderer does not have to wait for pages to be rendered before calling this method.
Sets whether the renderer runtime accept transformations such as scaling and panning.
Sets whether the renderer runtime accept calls to handlePointerEngineEvent()
Generated using TypeDoc
Used internally by Renderer to fetch RenderableDocumentPages from ReaderDocuments associated with a ReaderView. Also contains methods used to report the Renderer state back to the ReaderView.
Passed by the ReaderView when it calls the IRenderer.attach() method.