Package bar :: Module barImageUnderlays
[hide private]
[frames] | no frames]

Module barImageUnderlays

Classes [hide private]
  barSlideBackgorundElement
Extension of the 3dBAR API providing the ability to embed image underlays within an CAF slide.
  barSlideBackgroundList
barSlideBackgroundList is an object for holding all image underlays withing given SVG slide.
  barBackgroundImageSlide
Extenstion of the regular bar.barTracedSlideIndexer allowing the user to load a number of different image underlays in addition to the annotation layer.
  barBackgroundImageContourSlide
Extenstion of the regular bar.barTracedSlideIndexer allowing the user to load a number of different image underlays in addition to the annotation layer.
Variables [hide private]
  CONF_DEFAULT_BACKGROUND_ATTRIBUTES = {'height': None, 'id': No...
Dictionary of default parameters of barSlideBackgorundElement within SVG namespace.
  CONF_DEFAULT_BACKGROUND_ATTRIBUTES_NS = {'description': None, ...
Dictionary of default parameters of barSlideBackgorundElement within 3dBAR namespace.
  CONF_DEFAULT_BACKGROUND_LIST = {'id': None, 'style': ''}
Dictionary of default parameters of barSlideBackgroundList within SVG namespace.
  CONF_DEFAULT_BACKGROUND_LIST_NS = {'elementinfo': 'backgroundI...
Dictionary of default parameters of barSlideBackgroundList within 3dBAR namespace.
  __package__ = 'bar'
Variables Details [hide private]

CONF_DEFAULT_BACKGROUND_ATTRIBUTES

Dictionary of default parameters of barSlideBackgorundElement within SVG namespace.

Value:
{'height': None,
 'id': None,
 'style': '',
 'width': None,
 'x': None,
 'xlink:href': None,
 'y': None}

CONF_DEFAULT_BACKGROUND_ATTRIBUTES_NS

Dictionary of default parameters of barSlideBackgorundElement within 3dBAR namespace.

Value:
{'description': None, 'modality': None, 'preparation': None}

CONF_DEFAULT_BACKGROUND_LIST_NS

Dictionary of default parameters of barSlideBackgroundList within 3dBAR namespace.

Value:
{'elementinfo': 'backgroundImageList'}