ImageVisibilitySelector#

ImageVisibilitySelector#

Constructor#

ImageVisibilitySelector(graphic[, axis, ...])

Shows a subset of rows or columns of an ImageGraphic via GPU shader remapping.

Properties#

ImageVisibilitySelector.axis

'rows' or 'cols'

ImageVisibilitySelector.selection

Get or set row/col selection indices

Methods#

ImageVisibilitySelector.add_event_handler(handler)

register an event handler that is called when the selection changes

ImageVisibilitySelector.append(item)

add a row/col index to the selection

ImageVisibilitySelector.clear()

Clear the selection (all invisible, fpl_n_visible=0).

ImageVisibilitySelector.pop(index)

pop item at the given index

ImageVisibilitySelector.remove(item)

Remove a row/col index from the selection.

ImageVisibilitySelector.remove_event_handler(handler)