Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfGMLSupport :: Module GmlLineSymbol' :: Class GmlLineSymbol
[hide private]
[frames] | no frames]

Class GmlLineSymbol

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
                       GmlSymbol'.GmlSymbol --+
                                              |
                                             GmlLineSymbol

Used to style a 'stroke' along a linear geometry type, such as a string of line segments.Used to style a 'stroke' along a linear geometry type, such as a string of line segments.

Instance Methods [hide private]
 
__init__(self, sourceSide='', GmlStroke=None, GmlDiagramObject=None, *args, **kw_args)
Initialises a new 'GmlLineSymbol' instance.
 
getGmlDiagramObject(self)
 
getGmlStroke(self)
 
setGmlDiagramObject(self, value)
 
setGmlStroke(self, value)

Inherited from GmlSymbol'.GmlSymbol: addGmlFeatureStyles, getGmlBaseSymbol, getGmlFeatureStyles, removeGmlFeatureStyles, setGmlBaseSymbol, setGmlFeatureStyles

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 = {'sourceSide': <type 'str'>}
  _attrs = ['sourceSide']
  _defaults = {'sourceSide': ''}
  _many_refs = []
  _refs = ['GmlStroke', 'GmlDiagramObject']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  GmlDiagramObject
  GmlStroke

Inherited from GmlSymbol'.GmlSymbol: GmlBaseSymbol, GmlFeatureStyles

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, sourceSide='', GmlStroke=None, GmlDiagramObject=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'GmlLineSymbol' instance.

Parameters:
  • sourceSide - For dynamic network update (i.e. colouring) purposes
  • GmlStroke
  • GmlDiagramObject
Overrides: object.__init__

Property Details [hide private]

GmlDiagramObject

Get Method:
getGmlDiagramObject(self)
Set Method:
setGmlDiagramObject(self, value)

GmlStroke

Get Method:
getGmlStroke(self)
Set Method:
setGmlStroke(self, value)