Class Index

Classes


Class CoreControls.DisplayModeManager

Represents an object that manages the display modes used by DocumentViewer

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new instance of DisplayModeManager
Method Summary
Method Attributes Method Name and Description
 
Returns the current display mode.
 
setDisplayMode(displayMode)
Sets the display mode.
Class Detail
CoreControls.DisplayModeManager(docViewer)
Creates a new instance of DisplayModeManager
Parameters:
{object} docViewer
The DocumentViewer instance
Method Detail
getDisplayMode()
Returns the current display mode.
Returns:
The current display mode.

setDisplayMode(displayMode)
Sets the display mode. Also removes selection caused by text selection or search. Only renders if a document has been loaded.
Parameters:
{object} displayMode
The display mode object to set as the current display mode

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 09 2016 14:32:37 GMT-0700 (PDT)