Skip to content
Neuroglancer
neuroglancer.viewer_config_state.ScreenshotResolutionMetadata
Initializing search
    neuroglancer
    • User Guide
    • Concepts
    • Data sources
    • JSON API
    • Python API
    neuroglancer
      • Navigation
      • Coordinate spaces
      • Data view
      • Layer
    • Data sources
      • API Reference
      • API Reference
        • Core
        • Viewer state
        • Viewer Config state
          • CSegmentIdMapEntry
          • Flayer_selected_value
          • CLayerSelectionState
          • CLayerSelectedValues
          • CPanelResolutionData
          • CLayerResolutionData
          • CScreenshotResolutionMetadata
            • Public members
              • Ppanel_resolution_data
              • Player_resolution_data
          • CScreenshotResolutionMetadata
            • Public members
              • Ppanel_resolution_data
              • Player_resolution_data
          • CScreenshotReply
          • CAggregateChunkSourceStatistics
          • CChunkSourceStatistics
          • CScreenshotStatistics
          • CActionState
          • CActions
          • CInputEventBindings
          • CPrefetchState
          • CScaleBarOptions
          • CVolumeInfo
          • CVolumeRequest
          • CConfigState
        • Exposing local data as data source
        • Credentials
        • Capturing Screenshots
        • Server
        • Utilities
    • Public members
    class neuroglancer.viewer_config_state.ScreenshotResolutionMetadata

    Public members¶

    panel_resolution_data: List[PanelResolutionData]
    panelResolutionData: List[PanelResolutionData]
    layer_resolution_data: List[LayerResolutionData]
    layerResolutionData: List[LayerResolutionData]
    ScreenshotResolutionMetadata(json_data=None, _readonly=False, ...)

    Initialize self. See help(type(self)) for accurate signature.

    to_json()
    __eq__(other)

    Return self==value.

    __repr__()

    Return repr(self).

    Back to top
    Previous neuroglancer.viewer_config_state.LayerResolutionData.resolution
    Next neuroglancer.viewer_config_state.ScreenshotResolutionMetadata.panel_resolution_data
    © Copyright 2021 The Neuroglancer Authors.
    Created using Sphinx 8.1.3. and Sphinx-Immaterial