Package CIM15 :: Package IEC61970 :: Package Graphics :: Module TextDiagramObject' :: Class TextDiagramObject
[hide private]
[frames] | no frames]

Class TextDiagramObject

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
               DiagramObject'.DiagramObject --+
                                              |
                                             TextDiagramObject

A diagram object for placing free-text or text derived from an associated domain object.A diagram object for placing free-text or text derived from an associated domain object.

Instance Methods [hide private]
 
__init__(self, text='', *args, **kw_args)
Initialises a new 'TextDiagramObject' instance.

Inherited from DiagramObject'.DiagramObject: addDiagramObjectPoints, addVisibilityLayers, getDiagram, getDiagramObjectPoints, getDiagramObjectStyle, getIdentifiedObject, getVisibilityLayers, removeDiagramObjectPoints, removeVisibilityLayers, setDiagram, setDiagramObjectPoints, setDiagramObjectStyle, setIdentifiedObject, setVisibilityLayers

Inherited from Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

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

Class Variables [hide private]
  _attr_types = {'text': <type 'str'>}
  _attrs = ['text']
  _defaults = {'text': ''}
  _many_refs = []
  _refs = []

Inherited from Element'.Element (private): _enums

Properties [hide private]

Inherited from DiagramObject'.DiagramObject: Diagram, DiagramObjectPoints, DiagramObjectStyle, IdentifiedObject, VisibilityLayers

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, text='', *args, **kw_args)
(Constructor)

 

Initialises a new 'TextDiagramObject' instance.

Parameters:
  • text - The text that is displayed by this text diagram object
Overrides: object.__init__