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

Class DiagramObjectStyle

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         DiagramObjectStyle

A reference to a style used by the originating system for a DiagramObject. A DiagramObjectStyle describes information such as • line thickness • shape, e.g circle, rectangle ... • colorA reference to a style used by the originating system for a DiagramObject. A DiagramObjectStyle describes information such as • line thickness • shape, e.g circle, rectangle ... • color

Instance Methods [hide private]
 
__init__(self, DiagramObjects=None, *args, **kw_args)
Initialises a new 'DiagramObjectStyle' instance.
 
addDiagramObjects(self, *DiagramObjects)
 
getDiagramObjects(self)
A style can be assigned to multiple DiagramObjects
 
removeDiagramObjects(self, *DiagramObjects)
 
setDiagramObjects(self, value)

Inherited from Core.IdentifiedObject'.IdentifiedObject: addNames, getModelingAuthoritySet, getNames, removeNames, setModelingAuthoritySet, setNames

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

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['DiagramObjects']
  _refs = ['DiagramObjects']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  DiagramObjects
A style can be assigned to multiple DiagramObjects

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, DiagramObjects=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'DiagramObjectStyle' instance.

Parameters:
  • DiagramObjects - A style can be assigned to multiple DiagramObjects
Overrides: object.__init__

addDiagramObjects(self, *DiagramObjects)

 
Overrides: Core.IdentifiedObject'.IdentifiedObject.addDiagramObjects

getDiagramObjects(self)

 

A style can be assigned to multiple DiagramObjects

Overrides: Core.IdentifiedObject'.IdentifiedObject.getDiagramObjects

removeDiagramObjects(self, *DiagramObjects)

 
Overrides: Core.IdentifiedObject'.IdentifiedObject.removeDiagramObjects

setDiagramObjects(self, value)

 
Overrides: Core.IdentifiedObject'.IdentifiedObject.setDiagramObjects

Property Details [hide private]

DiagramObjects

A style can be assigned to multiple DiagramObjects

Get Method:
getDiagramObjects(self) - A style can be assigned to multiple DiagramObjects
Set Method:
setDiagramObjects(self, value)