fsleyes.displaycontext.scene3dopts¶
This module provides the Scene3DOpts class, which is used
by Scene3DPanel instances for managing their display settings.
-
class
fsleyes.displaycontext.scene3dopts.Scene3DOpts(*args, **kwargs)¶ Bases:
fsleyes.displaycontext.sceneopts.SceneOptsThe
Scene3DOptsclass contains display settings for theScene3DPanelclass.All of the properties in the
Scene3DOptsclass are defined in theScene3DCanvasOptsclass - see its documentation for more details.-
showLegend= <MagicMock name='mock.Boolean()' id='139845841624928'>¶
-
occlusion= <MagicMock name='mock.Boolean()' id='139845841666176'>¶
-
light= <MagicMock name='mock.Boolean()' id='139845841666288'>¶
-
lightPos= <MagicMock name='mock.Point()' id='139845841666400'>¶
-
offset= <MagicMock name='mock.Point()' id='139845841666680'>¶
-
rotation= <MagicMock name='mock.Array()' id='139845841666792'>¶
-
__init__(*args, **kwargs)¶ Create a
Scene3DCanvasOptsinstance. All arguments are passed through to theSceneOptsconstructor.
-
_onPerformanceChange(*a)¶ Overrides
SceneOpts._onPerformanceChange(). Changes the value of thehighDpiproperty according to the performance setting.
-
__module__= 'fsleyes.displaycontext.scene3dopts'¶
-