Skip to main content
Version: Next

ChannelMapInnerOverlayStore

The overlay configuration for the bottom-left channel of a frame in channel map mode in the image view widget.

Hierarchy

Index

Constructors

constructor

Accessors

fullViewHeight

  • get fullViewHeight(): number
  • The height of the entire widget on which the overlay is displayed.


    Returns number

fullViewWidth

  • get fullViewWidth(): number
  • The width of the entire widget on which the overlay is displayed.


    Returns number

gapX

  • get gapX(): number
  • The horizontal gap between columns. Returns 0 if there's only one column.


    Returns number

gapY

  • get gapY(): number
  • The vertical gap between rows. Returns 0 if there's only one row.


    Returns number

minSize

  • get minSize(): number
  • The minimum size between the raster tile canvas width and height (render width and height).


    Returns number

padding

  • The space between the edges of the overlay canvas and the raster tile canvas (the area outside the border).


    Returns Padding

renderHeight

  • get renderHeight(): number
  • The height of the raster tile canvas (the area inside the border).


    Returns number

renderWidth

  • get renderWidth(): number
  • The width of the raster tile canvas (the area inside the border).


    Returns number

viewHeight

  • get viewHeight(): number
  • The height of the overlay canvas.


    Returns number

viewWidth

  • get viewWidth(): number
  • The width of the overlay canvas.


    Returns number

Methods

defaultStyleString

setMaxGap

  • setMaxGap(maxGap: number): void
  • Sets the maximum allowed gap. Ensures the value is not negative.


    Parameters

    • maxGap: number

      The maximum allowed gap.

    Returns void

styleString

  • Parameters

    Returns string