Package bar :: Module base :: Class barCoordinateMarker
[hide private]
[frames] | no frames]

Class barCoordinateMarker


Class of objects representing marker of slide position in coronal plane.

Nested Classes [hide private]
Instance Methods [hide private]
xml.dom.minidom.Node
getXMLelement(self)
Generate XML DOM representation of the object.

Inherited from barMarker: __init__, affineTransform

Inherited from barAtlasSlideElement (private): _getTextNodeXMLelement

Inherited from barObject: __str__, getElementById, writeXMLtoFile

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]

Inherited from barMarker: fromXML

Static Methods [hide private]

Inherited from barObject (private): _getAttributesDict

Class Variables [hide private]

Inherited from barMarker (private): _elementName

Inherited from barAtlasSlideElement (private): _attributes, _attributesNS

Properties [hide private]

Inherited from barMarker: spatialLocation, svgLocation

Inherited from object: __class__

Method Details [hide private]

getXMLelement(self)

 

Generate XML DOM representation of the object.

Parameters:
  • textNodeCaption - caption of the marker
Returns: xml.dom.minidom.Node
generated XML DOM representation
Overrides: barObject.getXMLelement
(inherited documentation)