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

Class barSpotLabel


Spot label is used to indicate point (spot). This kind of label is not traceable. The sense of spotlabel is: 'Point and small surroundings are described by this label'. There may be many spotlabels in enclosed area.

Spot labels has a red color and '.' prefix. Dot character corresponds with spot behaviour of the label.

Nested Classes [hide private]
Instance Methods [hide private]

Inherited from barStructureLabel: __init__, affineTransform, getXMLelement

Inherited from barStructureLabel (private): _validateCaption

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 barStructureLabel: castLabelType, castToCommentLabel, castToSpotLabel, fromXML

Static Methods [hide private]

Inherited from barObject (private): _getAttributesDict

Class Variables [hide private]
str _prefix = '.'
prefix that is added to the label when XML element is generated
str _color = '#FF0000'
color of label

Inherited from barStructureLabel (private): _elementName

Inherited from barAtlasSlideElement (private): _attributes, _attributesNS

Properties [hide private]

Inherited from barStructureLabel: Caption, ID, Location, growlevel

Inherited from object: __class__