ChannelMapInnerOverlayStore
Hierarchy
- ImageViewOverlayStore
- ChannelMapInnerOverlayStore
Index
Constructors
constructor
Returns ChannelMapInnerOverlayStore
Accessors
fullViewHeight
The height of the entire widget on which the overlay is displayed.
Returns number
fullViewWidth
The width of the entire widget on which the overlay is displayed.
Returns number
gapX
The horizontal gap between columns. Returns 0 if there's only one column.
Returns number
gapY
The vertical gap between rows. Returns 0 if there's only one row.
Returns number
minSize
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
The height of the raster tile canvas (the area inside the border).
Returns number
renderWidth
The width of the raster tile canvas (the area inside the border).
Returns number
viewHeight
The height of the overlay canvas.
Returns number
viewWidth
The width of the overlay canvas.
Returns number
Methods
defaultStyleString
Parameters
optionalframe: FrameStore
Returns ASTSettingsString
setMaxGap
Sets the maximum allowed gap. Ensures the value is not negative.
Parameters
maxGap: number
The maximum allowed gap.
Returns void
styleString
Parameters
optionalframe: FrameStore
Returns string
The overlay configuration for the bottom-left channel of a frame in channel map mode in the image view widget.