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

Class GmlMark

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

Defines a 'shape' which has coloring applied to it (i.e. square, circle, triangle, star, ...).Defines a 'shape' which has coloring applied to it (i.e. square, circle, triangle, star, ...).

Instance Methods [hide private]
 
__init__(self, wellKnownName='', GmlGraphics=None, GmlStrokes=None, GmlFIlls=None, *args, **kw_args)
Initialises a new 'GmlMark' instance.
 
addGmlFIlls(self, *GmlFIlls)
 
addGmlGraphics(self, *GmlGraphics)
 
addGmlStrokes(self, *GmlStrokes)
 
getGmlFIlls(self)
 
getGmlGraphics(self)
 
getGmlStrokes(self)
 
removeGmlFIlls(self, *GmlFIlls)
 
removeGmlGraphics(self, *GmlGraphics)
 
removeGmlStrokes(self, *GmlStrokes)
 
setGmlFIlls(self, value)
 
setGmlGraphics(self, value)
 
setGmlStrokes(self, value)

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 = {'wellKnownName': <type 'str'>}
  _attrs = ['wellKnownName']
  _defaults = {'wellKnownName': ''}
  _many_refs = ['GmlGraphics', 'GmlStrokes', 'GmlFIlls']
  _refs = ['GmlGraphics', 'GmlStrokes', 'GmlFIlls']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  GmlFIlls
  GmlGraphics
  GmlStrokes

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, wellKnownName='', GmlGraphics=None, GmlStrokes=None, GmlFIlls=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'GmlMark' instance.

Parameters:
  • wellKnownName - Gives the well-known name of the shape of the mark. Allowed values include at least square, circle, triangle, star, cross, and x.
  • GmlGraphics
  • GmlStrokes
  • GmlFIlls
Overrides: object.__init__

Property Details [hide private]

GmlFIlls

Get Method:
getGmlFIlls(self)
Set Method:
setGmlFIlls(self, value)

GmlGraphics

Get Method:
getGmlGraphics(self)
Set Method:
setGmlGraphics(self, value)

GmlStrokes

Get Method:
getGmlStrokes(self)
Set Method:
setGmlStrokes(self, value)