Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ViewLayoutMode

Defines the method used to determine the position and size of Views within a Viewer.

Defaults to Auto.

Index

Enumeration members

Enumeration members

Absolute

Absolute:

The view layout is set manually by calling [[View.setViewport()]] on each view. Note that a view will be invisible if no call to [[View.setViewport()]] is made.

Auto

Auto:

The view layout is set automatically as views are added to the viewer. The first view is positioned on the left side, and subsequent views are stacked on the right side.

Any calls to [[View.setViewport()]] will throw an error while this mode is active.

Generated using TypeDoc