License

Copyright 2016 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Hierarchy

Implements

Constructors

Properties

coordinateSpace: TrackableCoordinateSpace = ...
crossSectionBackgroundColor: TrackableRGB = ...
crossSectionDepthRange: TrackableDepthRange = ...
crossSectionOrientation: OrientationState = ...
crossSectionScale: TrackableCrossSectionZoom = ...
dataSourceProvider: DataSourceProviderRegistry
displayDimensionRenderInfo: WatchableDisplayDimensionRenderInfo = ...
displayDimensions: TrackableDisplayDimensions = ...
disposedStacks: any
element: HTMLElement
helpPanelState: HelpPanelState = ...
inputEventBindings: InputEventBindings
layerListPanelState: LayerListPanelState = ...
layerManager: LayerManager = ...
layerSelectedValues: LayerSelectedValues = ...
layerSpecification: TopLevelLayerListSpecification
mouseState: MouseSelectionState = ...
partialViewport: TrackableWindowedViewport = ...
perspectiveNavigationState: NavigationState<TrackableProjectionZoom> = ...
perspectiveViewBackgroundColor: TrackableRGB = ...
position: Position = ...
projectionDepthRange: TrackableDepthRange = ...
projectionOrientation: OrientationState = ...
projectionScale: TrackableProjectionZoom = ...
refCount: number = 1
relativeDisplayScales: TrackableRelativeDisplayScales = ...
resetInitiated: NullarySignal = ...
resetStateWhenEmpty: boolean
scaleBarOptions: TrackableScaleBarOptions = ...
selectedLayer: SelectedLayerState = ...
selectedStateServer: TrackableValue<string> = ...
selectionDetailsState: TrackableDataSelectionState = ...
settingsPanelState: ViewerSettingsPanelState = ...
showAxisLines: TrackableBoolean = ...
showDefaultAnnotations: TrackableBoolean = ...
showLayerDialog: boolean
showPerspectiveSliceViews: TrackableBoolean = ...
showScaleBar: TrackableBoolean = ...
sidePanelManager: SidePanelManager
stateLoader: StateLoader
statisticsDisplayState: StatisticsDisplayState = ...
title: TrackableValue<undefined | string> = ...
toolBinder: ToolBinder = ...
uiConfiguration: ViewerUIConfiguration
uiControlVisibility: {
    showAnnotationToolStatus: WatchableValueInterface<boolean>;
    showEditStateButton: WatchableValueInterface<boolean>;
    showHelpButton: WatchableValueInterface<boolean>;
    showLayerHoverValues: WatchableValueInterface<boolean>;
    showLayerListPanelButton: WatchableValueInterface<boolean>;
    showLayerPanel: WatchableValueInterface<boolean>;
    showLayerSidePanelButton: WatchableValueInterface<boolean>;
    showLocation: WatchableValueInterface<boolean>;
    showSelectionPanelButton: WatchableValueInterface<boolean>;
    showSettingsButton: WatchableValueInterface<boolean>;
} = ...

Logical and of each VIEWER_UI_CONTROL_CONFIG_OPTIONS option with the value of showUIControls.

Type declaration

urlHashBinding: UrlHashBinding
visible: boolean = true
visibleLayerRoles: WatchableSet<RenderLayerRole> = ...
wasDisposed: undefined | boolean
wireFrame: TrackableBoolean = ...

Accessors

Methods

  • Parameters

    • key: "showLayerPanel" | "showLayerHoverValues" | "showHelpButton" | "showSettingsButton" | "showEditStateButton" | "showLayerListPanelButton" | "showSelectionPanelButton" | "showLayerSidePanelButton" | "showLocation" | "showAnnotationToolStatus" | "showUIControls" | "showPanelBorders"

    Returns DerivedWatchableValue<boolean>

  • Called once by the constructor to register the action listeners.

    Returns void

  • Parameters

    • value: undefined | boolean = undefined

    Returns void

Generated using TypeDoc