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
          • C SegmentIdMapEntry
          • F layer_selected_value
          • C LayerSelectionState
          • C LayerSelectedValues
          • C PanelResolutionData
          • C LayerResolutionData
          • C ScreenshotResolutionMetadata
            • Public members
              • P panel_resolution_data
              • P layer_resolution_data
          • C ScreenshotResolutionMetadata
            • Public members
              • P panel_resolution_data
              • P layer_resolution_data
          • C ScreenshotReply
          • C AggregateChunkSourceStatistics
          • C ChunkSourceStatistics
          • C ScreenshotStatistics
          • C ActionState
          • C Actions
          • C InputEventBindings
          • C PrefetchState
          • C ScaleBarOptions
          • C VolumeInfo
          • C VolumeRequest
          • C ConfigState
        • 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).

    © Copyright 2021 The Neuroglancer Authors.
    Created using Sphinx 8.1.3. and Sphinx-Immaterial