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, ...).
|
|
__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) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| removeGmlFIlls(self,
*GmlFIlls) |
|
|
|
|
| removeGmlGraphics(self,
*GmlGraphics) |
|
|
|
|
| removeGmlStrokes(self,
*GmlStrokes) |
|
|
|
|
|
|
|
| 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__
|