Refers to an SVG/CSS graphical-formatting parameter. The parameter is
identified using the 'name' attribute and the content of the element
gives the SVG/CSS-coded value.Refers to an SVG/CSS graphical-formatting
parameter. The parameter is identified using the 'name' attribute and the
content of the element gives the SVG/CSS-coded value.
|
|
__init__(self,
attribute='',
value='',
GmlStokes=None,
GmlFonts=None,
GmlFills=None,
*args,
**kw_args)
Initialises a new 'GmlSvgParameter' instance. |
|
|
|
|
| addGmlFills(self,
*GmlFills) |
|
|
|
|
| addGmlFonts(self,
*GmlFonts) |
|
|
|
|
| addGmlStokes(self,
*GmlStokes) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| removeGmlFills(self,
*GmlFills) |
|
|
|
|
| removeGmlFonts(self,
*GmlFonts) |
|
|
|
|
| removeGmlStokes(self,
*GmlStokes) |
|
|
|
|
|
|
|
|
|
|
| setGmlStokes(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__
|
|
|
_attr_types = {'attribute': <type 'str'>, 'value': <type 'str'>}
|
|
|
_attrs = ['attribute', 'value']
|
|
|
_defaults = {'attribute': '', 'value': ''}
|
|
|
_many_refs = ['GmlStokes', 'GmlFonts', 'GmlFills']
|
|
|
_refs = ['GmlStokes', 'GmlFonts', 'GmlFills']
|
|
|