Constructor
new ViewConfig(divId)
Parameters:
Name | Type | Description |
---|---|---|
divId | string | The associated HTML div id. |
- Source
Classes
Members
colourMap :string|undefined
Optional view colour map name.
Type:
- string |
undefined
- Source
divId :string
Associated HTML div id.
Type:
- string
- Source
opacity :number|undefined
Optional layer opacity; in [0, 1] range.
Type:
- number |
undefined
- Source
orientation :string|undefined
Optional orientation of the data; 'axial', 'coronal' or 'sagittal'. If undefined, will use the data aquisition plane.
Type:
- string |
undefined
- Source
windowCenter :number|undefined
Optional layer window center.
Type:
- number |
undefined
- Source
windowWidth :number|undefined
Optional layer window width.
Type:
- number |
undefined
- Source
wlPresetName :string|undefined
Optional layer window level preset name. If present, the preset name will be used and the window centre and width ignored.
Type:
- string |
undefined
- Source