The StandardPageInteractorFactory type exposes the following members.

Methods

  NameDescription
Protected methodCreateBackgroundLayer
Create a background layer for a page.
(Inherited from PageInteractorFactory.)
Protected methodCreateForegroundLayer
Create a foreground layer for a page.
(Inherited from PageInteractorFactory.)
Protected methodCreateOverlayLayer
Create an overlay layer for a page. This layer will be drawn over the contents and the annotations of the page. By default, a PageCanvasInteractor will be created that draws the overlay canvas of the page.
(Inherited from PageInteractorFactory.)
Protected methodCreatePageInteractor
Creates a StandardPageInteractor instance.
(Overrides PageInteractorFactory..::..CreatePageInteractor(Page).)
Protected methodCreateUnderlayLayer
Create an underlay layer for a page. This layer will be drawn over the background layout, and underneath the page content. By default, a PageCanvasInteractor will be created that draws the underlay canvas of the page.
(Inherited from PageInteractorFactory.)

See Also