__init__(self,
label='',
labelType='',
fieldID='',
minFontSize=0,
property='',
GmlFill=None,
GmlLabelPlacement=None,
GmlHalo=None,
GmlFont=None,
GmlDiagramObject=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'GmlTextSymbol' instance.
- Parameters:
label - Text-label content. If the value is not provided, then no text
will be rendered.
labelType - The type-classification of a label.
fieldID - The name of the field of the class being annotated. Most objects
will include name, description, and aliasName. Many objects may
contain other fields such as comment, status, etc.
minFontSize - The minimum font size allowed.
property - Generic method for capturing all unspecified information
pertaining to the TextSymbol.
GmlFill
GmlLabelPlacement
GmlHalo
GmlFont
GmlDiagramObject
- Overrides:
object.__init__
|